Searched defs:LocEnd (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/AST/ |
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 …]
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 52 SourceLocation LocEnd, in actOnBlockCommandStart() 82 SourceLocation LocEnd, in actOnParamCommandStart() 283 SourceLocation LocEnd, in actOnTParamCommandStart() 398 SourceLocation LocEnd, in actOnUnknownCommand() 405 SourceLocation LocEnd, in actOnUnknownCommand() 415 SourceLocation LocEnd, in actOnText() 477 SourceLocation LocEnd, in actOnHTMLEndTag()
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 45 Optional<SourceLocation> LocEnd; member in __anon73f7293e0111::SourceMappingRegion 49 Optional<SourceLocation> LocEnd) in SourceMappingRegion() 228 auto LocEnd = I.getEnd(); in gatherSkippedRegions() local 267 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local 298 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 281 size_t LocEnd; in encodeInlineLineTable() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 948 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local 999 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local 1173 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 1184 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 3096 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local 3887 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
D | RewriteModernObjC.cpp | 1109 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local 1167 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local 1351 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 1362 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 3896 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local 4728 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 464 size_t LocEnd; in encodeInlineLineTable() local
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4080 SourceLocation LocStart, LocEnd; member
|