Home
last modified time | relevance | path

Searched defs:LocEnd (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DComment.h186 SourceLocation LocEnd) : in Comment()
233 SourceLocation LocEnd) : in InlineContentComment()
259 SourceLocation LocEnd, in TextComment()
314 SourceLocation LocEnd, in InlineCommandComment()
372 SourceLocation LocEnd, in HTMLTagComment()
495 SourceLocation LocEnd, in HTMLEndTagComment()
519 SourceLocation LocEnd) : in BlockContentComment()
600 SourceLocation LocEnd, in BlockCommandComment()
612 SourceLocation LocEnd, in BlockCommandComment()
708 SourceLocation LocEnd, in ParamCommandComment()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DCommentSema.cpp51 SourceLocation LocEnd, in actOnBlockCommandStart()
77 SourceLocation LocEnd, in actOnParamCommandStart()
278 SourceLocation LocEnd, in actOnTParamCommandStart()
395 SourceLocation LocEnd, in actOnUnknownCommand()
402 SourceLocation LocEnd, in actOnUnknownCommand()
412 SourceLocation LocEnd, in actOnText()
474 SourceLocation LocEnd, in actOnHTMLEndTag()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp949 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
3170 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
3981 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
DRewriteModernObjC.cpp1123 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local
1192 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1396 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local
1411 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local
4072 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4926 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h3515 SourceLocation LocStart, LocEnd; member