Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp121 std::optional<SourceLocation> LocStart; member in __anon413222f00211::SourceMappingRegion
135 SourceMappingRegion(Counter Count, std::optional<SourceLocation> LocStart, in SourceMappingRegion()
143 std::optional<SourceLocation> LocStart, in SourceMappingRegion()
151 std::optional<SourceLocation> LocStart, in SourceMappingRegion()
444 SourceLocation LocStart, in adjustSkippedRange()
482 auto LocStart = Range.getBegin(); in gatherSkippedRegions() local
516 SourceLocation LocStart = Region.getBeginLoc(); in emitSourceRegions() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
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
3885 SourceLocation LocStart = CDecl->getBeginLoc(); in RewriteObjCInternalStruct() local
4712 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h507 SourceLocation LocStart; variable
550 SourceLocation LocStart; variable
3373 SourceLocation LocStart; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp200 ExplicitSpecifier ES, TypeSourceInfo *TInfo, SourceLocation LocStart, in buildDeductionGuide()
H A DSemaOpenMP.cpp719 void addTargetDirLocation(SourceLocation LocStart) { in addTargetDirLocation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp994 SourceLocation LocStart = Tok.getLocation(); in ParseLambdaIntroducer() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7074 SourceLocation LocStart, LocEnd; member