Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/android/
H A DComparisonInTempFailureRetryCheck.cpp66 SourceLocation LocStart = Node.getBeginLoc(); in check() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp35 SourceLocation LocStart = Semicolon->getBeginLoc(); in check() local
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp119 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 DRewriteObjC.cpp732 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 DRewriteModernObjC.cpp806 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 DDecl.h507 SourceLocation LocStart; global() variable
553 SourceLocation LocStart; global() variable
3412 SourceLocation LocStart; global() variable
[all...]
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp994 SourceLocation LocStart = Tok.getLocation(); ParseLambdaIntroducer() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h7072 SourceLocation LocStart, LocEnd; global() member
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2227 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 DSemaOpenMP.cpp718 addTargetDirLocation(SourceLocation LocStart) addTargetDirLocation() argument