Searched defs:LocStart (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 68 SourceLocation LocStart; member in __anon3616bdc30111::SourceMappingRegion 77 SourceLocation LocStart, SourceLocation LocEnd, in SourceMappingRegion() 179 bool getCoverageFileID(SourceLocation LocStart, FileID File, in getCoverageFileID() 236 auto LocStart = I.getBegin(); in gatherSkippedRegions() local 267 SourceLocation LocStart; in createFileExpansionRegion() local 311 void mapSourceCodeRange(SourceLocation LocStart, SourceLocation LocEnd, in mapSourceCodeRange() 341 void mapSourceCodeRange(SourceLocation LocStart, SourceLocation LocEnd, in mapSourceCodeRange() 355 SourceLocation LocStart = I->getStartLoc(); in emitSourceRegions() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 731 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); in RewriteInclude() local 947 SourceLocation LocStart = Method->getLocStart(); in RewriteMethodDeclaration() local 967 SourceLocation LocStart = CatDecl->getLocStart(); in RewriteCategoryDecl() local 985 SourceLocation LocStart = PDecl->getLocStart(); in RewriteProtocolDecl() local 1020 SourceLocation LocStart = (*D.begin())->getLocStart(); in RewriteForwardProtocolDecl() local 1029 SourceLocation LocStart = DG[0]->getLocStart(); in RewriteForwardProtocolDecl() local 1171 SourceLocation LocStart = OMD->getLocStart(); in RewriteImplementationDecl() local 1182 SourceLocation LocStart = OMD->getLocStart(); in RewriteImplementationDecl() local 3114 SourceLocation LocStart = CDecl->getLocStart(); in RewriteObjCInternalStruct() local 3916 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() local
|
H A D | RewriteModernObjC.cpp | 812 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); in RewriteInclude() local 1119 SourceLocation LocStart = Method->getLocStart(); in RewriteMethodDeclaration() local 1139 SourceLocation LocStart = CatDecl->getLocStart(); in RewriteCategoryDecl() local 1164 SourceLocation LocStart = PDecl->getLocStart(); in RewriteProtocolDecl() local 1199 SourceLocation LocStart = (*D.begin())->getLocStart(); in RewriteForwardProtocolDecl() local 1208 SourceLocation LocStart = DG[0]->getLocStart(); in RewriteForwardProtocolDecl() local 1217 SourceLocation LocStart = LSD->getExternLoc(); in RewriteLinkageSpec() local 1376 SourceLocation LocStart = OMD->getLocStart(); in RewriteImplementationDecl() local 1387 SourceLocation LocStart = OMD->getLocStart(); in RewriteImplementationDecl() local 3984 SourceLocation LocStart = CDecl->getLocStart(); in RewriteObjCInternalStruct() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 319 SourceLocation LocStart; variable 363 SourceLocation LocStart; variable 2452 SourceLocation LocStart; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 3793 SourceLocation LocStart, LocEnd; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 12029 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, in CheckFriendTypeDecl()
|