Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp135 SourceMappingRegion(Counter Count, std::optional<SourceLocation> LocStart, in SourceMappingRegion() argument
143 std::optional<SourceLocation> LocStart, in SourceMappingRegion() argument
113 std::optional<SourceLocation> LocStart; global() member in __anone7971d820211::SourceMappingRegion
127 SourceMappingRegion(Counter Count,std::optional<SourceLocation> LocStart,std::optional<SourceLocation> LocEnd,bool GapRegion=false) SourceMappingRegion() argument
375 adjustSkippedRange(SourceManager & SM,SourceLocation LocStart,SourceLocation LocEnd,SourceLocation PrevTokLoc,SourceLocation NextTokLoc) adjustSkippedRange() argument
413 auto LocStart = Range.getBegin(); gatherSkippedRegions() local
447 SourceLocation LocStart = Region.getBeginLoc(); emitSourceRegions() local
[all...]
/freebsd-src/contrib/llvm-project/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); RewriteInclude() local
1111 SourceLocation LocStart = Method->getBeginLoc(); RewriteMethodDeclaration() local
1131 SourceLocation LocStart = CatDecl->getBeginLoc(); RewriteCategoryDecl() local
1156 SourceLocation LocStart = PDecl->getBeginLoc(); RewriteProtocolDecl() local
1191 SourceLocation LocStart = (*D.begin())->getBeginLoc(); RewriteForwardProtocolDecl() local
1200 SourceLocation LocStart = DG[0]->getBeginLoc(); RewriteForwardProtocolDecl() local
1356 SourceLocation LocStart = OMD->getBeginLoc(); RewriteImplementationDecl() local
1369 SourceLocation LocStart = OMD->getBeginLoc(); RewriteImplementationDecl() local
3886 SourceLocation LocStart = CDecl->getBeginLoc(); RewriteObjCInternalStruct() local
4714 SourceLocation LocStart = CE->getLParenLoc(); RewriteCastExpr() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h507 SourceLocation LocStart; variable
553 SourceLocation LocStart; global() variable
3359 SourceLocation LocStart; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp921 SourceLocation LocStart = Tok.getLocation(); ParseLambdaIntroducer() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6106 SourceLocation LocStart, LocEnd; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17536 CheckFriendTypeDecl(SourceLocation LocStart,SourceLocation FriendLoc,TypeSourceInfo * TSInfo) CheckFriendTypeDecl() argument
H A DSemaOpenMP.cpp714 addTargetDirLocation(SourceLocation LocStart) addTargetDirLocation() argument