Searched defs:LocEnd (Results 1 – 6 of 6) 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() 400 SourceLocation LocEnd, in actOnUnknownCommand() 407 SourceLocation LocEnd, in actOnUnknownCommand() 417 SourceLocation LocEnd, in actOnText() 479 SourceLocation LocEnd, in actOnHTMLEndTag()
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 43 Optional<SourceLocation> LocEnd; member in __anon125e2e320111::SourceMappingRegion 47 Optional<SourceLocation> LocEnd) in SourceMappingRegion() 225 auto LocEnd = I.getEnd(); in gatherSkippedRegions() local 260 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local 291 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() 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 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 3914 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
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 3979 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local 4819 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3737 SourceLocation LocStart, LocEnd; member
|