/llvm-project/clang-tools-extra/clang-tidy/android/ |
H A D | ComparisonInTempFailureRetryCheck.cpp | 66 SourceLocation LocStart = Node.getBeginLoc(); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousSemicolonCheck.cpp | 35 SourceLocation LocStart = Semicolon->getBeginLoc(); in check() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 119 std::optional<SourceLocation> LocStart; global() member in __anonb8ab7b430211::SourceMappingRegion 133 SourceMappingRegion(Counter Count,std::optional<SourceLocation> LocStart,std::optional<SourceLocation> LocEnd,bool GapRegion=false) SourceMappingRegion() argument 141 SourceMappingRegion(Counter Count,std::optional<Counter> FalseCount,mcdc::Parameters MCDCParams,std::optional<SourceLocation> LocStart,std::optional<SourceLocation> LocEnd,bool GapRegion=false) SourceMappingRegion() argument 149 SourceMappingRegion(mcdc::Parameters MCDCParams,std::optional<SourceLocation> LocStart,std::optional<SourceLocation> LocEnd) SourceMappingRegion() argument 442 adjustSkippedRange(SourceManager & SM,SourceLocation LocStart,SourceLocation LocEnd,SourceLocation PrevTokLoc,SourceLocation NextTokLoc) adjustSkippedRange() argument 480 auto LocStart = Range.getBegin(); gatherSkippedRegions() local 514 SourceLocation LocStart = Region.getBeginLoc(); emitSourceRegions() local [all...] |
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 732 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); RewriteInclude() local 951 SourceLocation LocStart = Method->getBeginLoc(); RewriteMethodDeclaration() local 971 SourceLocation LocStart = CatDecl->getBeginLoc(); RewriteCategoryDecl() local 989 SourceLocation LocStart = PDecl->getBeginLoc(); RewriteProtocolDecl() local 1024 SourceLocation LocStart = (*D.begin())->getBeginLoc(); RewriteForwardProtocolDecl() local 1033 SourceLocation LocStart = DG[0]->getBeginLoc(); RewriteForwardProtocolDecl() local 1179 SourceLocation LocStart = OMD->getBeginLoc(); RewriteImplementationDecl() local 1192 SourceLocation LocStart = OMD->getBeginLoc(); RewriteImplementationDecl() local 3096 SourceLocation LocStart = CDecl->getBeginLoc(); RewriteObjCInternalStruct() local 3883 SourceLocation LocStart = CE->getLParenLoc(); RewriteCastExpr() local [all...] |
H A D | RewriteModernObjC.cpp | 806 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID); RewriteInclude() local 1110 SourceLocation LocStart = Method->getBeginLoc(); RewriteMethodDeclaration() local 1130 SourceLocation LocStart = CatDecl->getBeginLoc(); RewriteCategoryDecl() local 1155 SourceLocation LocStart = PDecl->getBeginLoc(); RewriteProtocolDecl() local 1190 SourceLocation LocStart = (*D.begin())->getBeginLoc(); RewriteForwardProtocolDecl() local 1199 SourceLocation LocStart = DG[0]->getBeginLoc(); RewriteForwardProtocolDecl() local 1355 SourceLocation LocStart = OMD->getBeginLoc(); RewriteImplementationDecl() local 1368 SourceLocation LocStart = OMD->getBeginLoc(); RewriteImplementationDecl() local 3885 SourceLocation LocStart = CDecl->getBeginLoc(); RewriteObjCInternalStruct() local 4712 SourceLocation LocStart = CE->getLParenLoc(); RewriteCastExpr() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 507 SourceLocation LocStart; global() variable 553 SourceLocation LocStart; global() variable 3412 SourceLocation LocStart; global() variable [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 994 SourceLocation LocStart = Tok.getLocation(); ParseLambdaIntroducer() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 7072 SourceLocation LocStart, LocEnd; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 2227 buildDeductionGuide(Sema & SemaRef,TemplateDecl * OriginalTemplate,TemplateParameterList * TemplateParams,CXXConstructorDecl * Ctor,ExplicitSpecifier ES,TypeSourceInfo * TInfo,SourceLocation LocStart,SourceLocation Loc,SourceLocation LocEnd,bool IsImplicit,llvm::ArrayRef<TypedefNameDecl * > MaterializedTypedefs={}) buildDeductionGuide() argument
|
H A D | SemaOpenMP.cpp | 718 addTargetDirLocation(SourceLocation LocStart) addTargetDirLocation() argument
|