Home
last modified time | relevance | path

Searched defs:LocEnd (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h199 SourceLocation LocEnd) : in Comment()
240 SourceLocation LocEnd) : in InlineContentComment()
266 SourceLocation LocEnd, in TextComment()
322 SourceLocation LocEnd, in InlineCommandComment()
378 SourceLocation LocEnd, in HTMLTagComment()
510 SourceLocation LocEnd, in HTMLEndTagComment()
534 SourceLocation LocEnd) : in BlockContentComment()
615 SourceLocation LocEnd, in BlockCommandComment()
627 SourceLocation LocEnd, in BlockCommandComment()
723 SourceLocation LocEnd, in ParamCommandComment()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp52 SourceLocation LocEnd, in actOnBlockCommandStart()
82 SourceLocation LocEnd, in actOnParamCommandStart()
285 SourceLocation LocEnd, in actOnTParamCommandStart()
400 SourceLocation LocEnd, in actOnUnknownCommand()
407 SourceLocation LocEnd, in actOnUnknownCommand()
417 SourceLocation LocEnd, in actOnText()
479 SourceLocation LocEnd, in actOnHTMLEndTag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp105 Optional<SourceLocation> LocEnd; member in __anon8c3eb65b0211::SourceMappingRegion
113 Optional<SourceLocation> LocEnd, bool GapRegion = false) in SourceMappingRegion()
119 Optional<SourceLocation> LocEnd, bool GapRegion = false) in SourceMappingRegion()
340 SourceLocation LocEnd, in adjustSkippedRange()
378 auto LocEnd = Range.getEnd(); in gatherSkippedRegions() local
418 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local
464 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp952 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1003 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1180 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1193 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3109 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
3898 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
H A DRewriteModernObjC.cpp1111 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1169 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3898 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4728 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp464 size_t LocEnd; in encodeInlineLineTable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1146 SourceLocation LocEnd = PrevTokLocation; in ParseLambdaIntroducer() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5477 SourceLocation LocStart, LocEnd; member