Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp102 Optional<SourceLocation> LocStart; member in __anon8c3eb65b0211::SourceMappingRegion
112 SourceMappingRegion(Counter Count, Optional<SourceLocation> LocStart, in SourceMappingRegion()
118 Optional<SourceLocation> LocStart, in SourceMappingRegion()
339 SourceLocation LocStart, in adjustSkippedRange()
377 auto LocStart = Range.getBegin(); in gatherSkippedRegions() local
406 SourceLocation LocStart = Region.getBeginLoc(); in emitSourceRegions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp732 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); in RewriteInclude() local
951 SourceLocation LocStart = Method->getBeginLoc(); in RewriteMethodDeclaration() local
971 SourceLocation LocStart = CatDecl->getBeginLoc(); in RewriteCategoryDecl() local
989 SourceLocation LocStart = PDecl->getBeginLoc(); in RewriteProtocolDecl() local
1024 SourceLocation LocStart = (*D.begin())->getBeginLoc(); in RewriteForwardProtocolDecl() local
1033 SourceLocation LocStart = DG[0]->getBeginLoc(); in RewriteForwardProtocolDecl() local
1179 SourceLocation LocStart = OMD->getBeginLoc(); in RewriteImplementationDecl() local
1192 SourceLocation LocStart = OMD->getBeginLoc(); in RewriteImplementationDecl() local
3108 SourceLocation LocStart = CDecl->getBeginLoc(); in RewriteObjCInternalStruct() local
3897 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() local
H A DRewriteModernObjC.cpp806 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); in RewriteInclude() local
1110 SourceLocation LocStart = Method->getBeginLoc(); in RewriteMethodDeclaration() local
1130 SourceLocation LocStart = CatDecl->getBeginLoc(); in RewriteCategoryDecl() local
1155 SourceLocation LocStart = PDecl->getBeginLoc(); in RewriteProtocolDecl() local
1190 SourceLocation LocStart = (*D.begin())->getBeginLoc(); in RewriteForwardProtocolDecl() local
1199 SourceLocation LocStart = DG[0]->getBeginLoc(); in RewriteForwardProtocolDecl() local
1355 SourceLocation LocStart = OMD->getBeginLoc(); in RewriteImplementationDecl() local
1368 SourceLocation LocStart = OMD->getBeginLoc(); in RewriteImplementationDecl() local
3897 SourceLocation LocStart = CDecl->getBeginLoc(); in RewriteObjCInternalStruct() local
4727 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h478 SourceLocation LocStart; variable
521 SourceLocation LocStart; variable
3109 SourceLocation LocStart; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp918 SourceLocation LocStart = Tok.getLocation(); in ParseLambdaIntroducer() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5477 SourceLocation LocStart, LocEnd; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp16186 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, in CheckFriendTypeDecl()
H A DSemaOpenMP.cpp669 void addTargetDirLocation(SourceLocation LocStart) { in addTargetDirLocation()