Searched defs:LocEnd (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | Comment.h | 161 SourceLocation LocEnd) : in Comment() 209 SourceLocation LocEnd) : in InlineContentComment() 237 SourceLocation LocEnd, in TextComment() 294 SourceLocation LocEnd, in InlineCommandComment() 354 SourceLocation LocEnd, in HTMLTagComment() 481 SourceLocation LocEnd, in HTMLEndTagComment() 507 SourceLocation LocEnd) : in BlockContentComment() 592 SourceLocation LocEnd, in BlockCommandComment() 602 SourceLocation LocEnd, in BlockCommandComment() 690 SourceLocation LocEnd, in ParamCommandComment() [all …]
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 46 SourceLocation LocEnd, in actOnBlockCommandStart() 65 SourceLocation LocEnd, in actOnParamCommandStart() 158 SourceLocation LocEnd, in actOnTParamCommandStart() 274 SourceLocation LocEnd, in actOnUnknownCommand() 285 SourceLocation LocEnd, in actOnText() 344 SourceLocation LocEnd, in actOnHTMLEndTag()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 949 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local 1012 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local 1190 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 1205 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 3183 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local 3995 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
D | RewriteModernObjC.cpp | 1055 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local 1124 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local 1328 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 1343 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local 3846 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local 4661 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3085 SourceLocation LocStart, LocEnd; member
|