Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp733 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); in RewriteInclude() local
948 SourceLocation LocStart = Method->getLocStart(); in RewriteMethodDeclaration() local
968 SourceLocation LocStart = CatDecl->getLocStart(); in RewriteCategoryDecl() local
992 SourceLocation LocStart = PDecl->getLocStart(); in RewriteProtocolDecl() local
1033 SourceLocation LocStart = (*D.begin())->getLocStart(); in RewriteForwardProtocolDecl() local
1042 SourceLocation LocStart = DG[0]->getLocStart(); in RewriteForwardProtocolDecl() local
1189 SourceLocation LocStart = OMD->getLocStart(); in RewriteImplementationDecl() local
1204 SourceLocation LocStart = OMD->getLocStart(); in RewriteImplementationDecl() local
3169 SourceLocation LocStart = CDecl->getLocStart(); in RewriteObjCInternalStruct() local
3980 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() local
DRewriteModernObjC.cpp816 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); in RewriteInclude() local
1122 SourceLocation LocStart = Method->getLocStart(); in RewriteMethodDeclaration() local
1142 SourceLocation LocStart = CatDecl->getLocStart(); in RewriteCategoryDecl() local
1172 SourceLocation LocStart = PDecl->getLocStart(); in RewriteProtocolDecl() local
1213 SourceLocation LocStart = (*D.begin())->getLocStart(); in RewriteForwardProtocolDecl() local
1222 SourceLocation LocStart = DG[0]->getLocStart(); in RewriteForwardProtocolDecl() local
1231 SourceLocation LocStart = LSD->getExternLoc(); in RewriteLinkageSpec() local
1395 SourceLocation LocStart = OMD->getLocStart(); in RewriteImplementationDecl() local
1410 SourceLocation LocStart = OMD->getLocStart(); in RewriteImplementationDecl() local
4071 SourceLocation LocStart = CDecl->getLocStart(); in RewriteObjCInternalStruct() local
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h303 SourceLocation LocStart; variable
340 SourceLocation LocStart; variable
2344 SourceLocation LocStart; variable
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h3515 SourceLocation LocStart, LocEnd; member
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp11254 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, in CheckFriendTypeDecl()