Home
last modified time | relevance | path

Searched refs:lAnn (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/lib/Language/Haskell/Stylish/Step/
H A DSquash.hs27 lAnn <- toRealSrcSpan $ S.getLoc left
29 if S.srcSpanEndLine lAnn == S.srcSpanStartLine rAnn ||
30 S.srcSpanEndLine lAnn + 1 == S.srcSpanStartLine rAnn
32 changeLine (S.srcSpanEndLine lAnn) $ \str ->
33 let (pre, post) = splitAt (S.srcSpanEndCol lAnn) str
/dports/textproc/zorba/zorba-2.7.0/src/runtime/collections/
H A Dcollections_impl.cpp528 store::Annotation_t lAnn = 0; in nextImpl() local
531 lAnn = new store::Annotation(); in nextImpl()
533 lAnnotations.push_back(lAnn); in nextImpl()
535 lAnn = new store::Annotation(); in nextImpl()
537 lAnnotations.push_back(lAnn); in nextImpl()
539 lAnn = new store::Annotation(); in nextImpl()
541 lAnnotations.push_back(lAnn); in nextImpl()
552 store::Annotation_t lAnn = new store::Annotation(); in nextImpl() local
555 lAnn->theName = lTmp->getQName(); in nextImpl()
559 lAnn->theLiterals.push_back(lTmp->getLiteral(j)); in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp397 AnnotationParsenode* lAnn = (*lAnns)[i]; in DEFAULT_VISIT() local
399 AnnotationLiteralListParsenode* lLits = lAnn->get_literals().getp(); in DEFAULT_VISIT()
425 if(lAnn->get_qname()->is_eqname()) in DEFAULT_VISIT()
427 os << '"' << lAnn->get_qname()->get_namespace() << '"' << ":"; in DEFAULT_VISIT()
431 if(!lAnn->get_qname()->get_prefix().empty()) in DEFAULT_VISIT()
433 os << lAnn->get_qname()->get_prefix() << ":"; in DEFAULT_VISIT()
436 os << lAnn->get_qname()->get_localname(); in DEFAULT_VISIT()
H A Dparsenode_print_xqdoc_visitor.cpp107 AnnotationParsenode* lAnn = (*aAnn)[i]; in print_annotations() local
118 AnnotationLiteralListParsenode* lLits = lAnn->get_literals().getp(); in print_annotations()
148 zstring lPrefix = lAnn->get_qname()->get_prefix(); in print_annotations()
151 lTmp = lAnn->get_qname()->get_prefix(); in print_annotations()
155 lTmp = lAnn->get_qname()->get_localname(); in print_annotations()