Searched defs:LocEnd (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 52 SourceLocation LocEnd, in actOnBlockCommandStart() 82 SourceLocation LocEnd, in actOnParamCommandStart() 282 SourceLocation LocEnd, in actOnTParamCommandStart() 373 SourceLocation LocEnd, in actOnUnknownCommand() 380 SourceLocation LocEnd, in actOnUnknownCommand() 388 SourceLocation LocEnd, in actOnText() 450 SourceLocation LocEnd, in actOnHTMLEndTag()
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 279 size_t LocEnd; getFunctionLineEntries() local 325 size_t LocEnd; getLineExtentIncludingInlinees() local 488 size_t LocEnd; encodeInlineLineTable() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 136 std::optional<SourceLocation> LocEnd, in SourceMappingRegion() argument 144 std::optional<SourceLocation> LocEnd, in SourceMappingRegion() argument 116 std::optional<SourceLocation> LocEnd; global() member in __anone7971d820211::SourceMappingRegion 128 SourceMappingRegion(Counter Count,std::optional<SourceLocation> LocStart,std::optional<SourceLocation> LocEnd,bool GapRegion=false) SourceMappingRegion() argument 376 adjustSkippedRange(SourceManager & SM,SourceLocation LocStart,SourceLocation LocEnd,SourceLocation PrevTokLoc,SourceLocation NextTokLoc) adjustSkippedRange() argument 414 auto LocEnd = Range.getEnd(); gatherSkippedRegions() local 461 SourceLocation LocEnd = Region.getEndLoc(); emitSourceRegions() local 516 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); emitExpansionRegions() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 952 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 3097 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local 3884 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
H A D | RewriteModernObjC.cpp | 1170 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n"); in RewriteProtocolDecl() local 1112 SourceLocation LocEnd = Method->getEndLoc(); RewriteMethodDeclaration() local 1357 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); RewriteImplementationDecl() local 1370 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); RewriteImplementationDecl() local 3887 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); RewriteObjCInternalStruct() local 4715 SourceLocation LocEnd = CE->getRParenLoc(); RewriteCastExpr() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1148 SourceLocation LocEnd = PrevTokLocation; ParseLambdaIntroducer() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6106 SourceLocation LocStart, LocEnd; global() member
|