Searched defs:LocEnd (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Comment.h | 199 SourceLocation LocEnd) : in Comment() 246 SourceLocation LocEnd) : in InlineContentComment() 272 SourceLocation LocEnd, in TextComment() 327 SourceLocation LocEnd, in InlineCommandComment() 384 SourceLocation LocEnd, in HTMLTagComment() 516 SourceLocation LocEnd, in HTMLEndTagComment() 540 SourceLocation LocEnd) : in BlockContentComment() 621 SourceLocation LocEnd, in BlockCommandComment() 633 SourceLocation LocEnd, in BlockCommandComment() 729 SourceLocation LocEnd, in ParamCommandComment() [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | CommentSema.cpp | 52 SourceLocation LocEnd, in actOnBlockCommandStart() 82 SourceLocation LocEnd, in actOnParamCommandStart() 283 SourceLocation LocEnd, in actOnTParamCommandStart() 400 SourceLocation LocEnd, in actOnUnknownCommand() 407 SourceLocation LocEnd, in actOnUnknownCommand() 417 SourceLocation LocEnd, in actOnText() 479 SourceLocation LocEnd, in actOnHTMLEndTag()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 71 SourceLocation LocEnd, AlternativeLocEnd; member in __anon3616bdc30111::SourceMappingRegion 77 SourceLocation LocStart, SourceLocation LocEnd, in SourceMappingRegion() 237 auto LocEnd = I.getEnd(); in gatherSkippedRegions() local 311 void mapSourceCodeRange(SourceLocation LocStart, SourceLocation LocEnd, in mapSourceCodeRange() 341 void mapSourceCodeRange(SourceLocation LocStart, SourceLocation LocEnd, in mapSourceCodeRange() 356 SourceLocation LocEnd = I->getEndLoc(SM); in emitSourceRegions() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 948 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local 999 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local 1172 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 1183 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 3115 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local 3917 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
H A D | RewriteModernObjC.cpp | 1120 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local 1178 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local 1377 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 1388 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 3985 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local 4828 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 3793 SourceLocation LocStart, LocEnd; member
|