Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp103 std::optional<SourceLocation> LocStart; member in __anond4b6e5a70211::SourceMappingRegion
113 SourceMappingRegion(Counter Count, std::optional<SourceLocation> LocStart, in SourceMappingRegion()
120 std::optional<SourceLocation> LocStart, in SourceMappingRegion()
344 SourceLocation LocStart, in adjustSkippedRange()
382 auto LocStart = Range.getBegin(); in gatherSkippedRegions() local
416 SourceLocation LocStart = Region.getBeginLoc(); in emitSourceRegions() local
/openbsd-src/gnu/llvm/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
3096 SourceLocation LocStart = CDecl->getBeginLoc(); in RewriteObjCInternalStruct() local
3883 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() local
H A DRewriteModernObjC.cpp807 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); in RewriteInclude() local
1111 SourceLocation LocStart = Method->getBeginLoc(); in RewriteMethodDeclaration() local
1131 SourceLocation LocStart = CatDecl->getBeginLoc(); in RewriteCategoryDecl() local
1156 SourceLocation LocStart = PDecl->getBeginLoc(); in RewriteProtocolDecl() local
1191 SourceLocation LocStart = (*D.begin())->getBeginLoc(); in RewriteForwardProtocolDecl() local
1200 SourceLocation LocStart = DG[0]->getBeginLoc(); in RewriteForwardProtocolDecl() local
1356 SourceLocation LocStart = OMD->getBeginLoc(); in RewriteImplementationDecl() local
1369 SourceLocation LocStart = OMD->getBeginLoc(); in RewriteImplementationDecl() local
3887 SourceLocation LocStart = CDecl->getBeginLoc(); in RewriteObjCInternalStruct() local
4715 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h504 SourceLocation LocStart; variable
550 SourceLocation LocStart; variable
3256 SourceLocation LocStart; variable
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp920 SourceLocation LocStart = Tok.getLocation(); in ParseLambdaIntroducer() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5952 SourceLocation LocStart, LocEnd; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp16858 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, in CheckFriendTypeDecl()
H A DSemaOpenMP.cpp691 void addTargetDirLocation(SourceLocation LocStart) { in addTargetDirLocation()