/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclFriend.h | 156 if (DD->getOuterLocStart() != DD->getInnerLocStart()) in getSourceRange()
|
H A D | Decl.h | 774 SourceLocation getInnerLocStart() const { return InnerLocStart; } in getInnerLocStart() function 3641 SourceLocation getInnerLocStart() const { return getBeginLoc(); } in getInnerLocStart() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 1211 Var = DecompositionDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(), in VisitVarDecl() 1215 Var = VarDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(), in VisitVarDecl() 1327 D->getInnerLocStart(), in VisitFieldDecl() 2192 SemaRef.Context, DC, D->getInnerLocStart(), in VisitFunctionDecl() 2199 SemaRef.Context, DC, D->getInnerLocStart(), NameInfo, T, TInfo, in VisitFunctionDecl() 2394 if (SemaRef.SubstDefaultArgument(D->getInnerLocStart(), PVD, TemplateArgs)) { in VisitFunctionDecl() 2605 SourceLocation StartLoc = D->getInnerLocStart(); in VisitCXXMethodDecl() 3091 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitNonTypeTemplateParmDecl() 3097 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitNonTypeTemplateParmDecl() 4035 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitVarTemplateSpecializationDecl() [all …]
|
H A D | SemaAvailability.cpp | 369 Lexer::getLocForEndOfToken(TD->getInnerLocStart(), 0, SM, LangOpts); in createAttributeInsertion()
|
H A D | SemaTemplateDeductionGuide.cpp | 627 SemaRef.Context, DC, OldParam->getInnerLocStart(), in transformFunctionTypeParam()
|
H A D | SemaTemplateInstantiate.cpp | 3136 OldParm->getInnerLocStart(), in SubstParmVarDecl() 3605 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
|
H A D | TreeTransform.h | 1625 TInfo, T, ExceptionDecl->getInnerLocStart(), in RebuildObjCExceptionDecl() 5937 OldParm->getInnerLocStart(), in TransformFunctionTypeParam() 8794 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(), in TransformCXXCatchStmt() 14606 E->getCallOperator()->getInnerLocStart(), in TransformLambdaExpr()
|
H A D | SemaDecl.cpp | 3028 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() 4951 getLocForEndOfToken(TagFromDeclSpec->getInnerLocStart()); in setTagNameForLinkagePurposes() 16881 Diag(I->getInnerLocStart(), diag::note_struct_class_suggestion) in isAcceptableTagRedeclaration() 16883 << FixItHint::CreateReplacement(I->getInnerLocStart(), in isAcceptableTagRedeclaration()
|
H A D | SemaDeclAttr.cpp | 7270 VD->getInnerLocStart(), VD->getLocation(), II, in DeclClonePragmaWeak()
|
H A D | SemaDeclCXX.cpp | 7183 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 3863 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitFunctionDecl() 4167 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitFieldDecl() 4432 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitObjCIvarDecl() 4551 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitVarDecl() 4691 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitParmVarDecl() 5947 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitNonTypeTemplateParmDecl()
|
H A D | Decl.cpp | 1967 return decl->getInnerLocStart(); in getTemplateOrInnerLocStart() 4663 return SourceRange(getInnerLocStart(), FinalExpr->getEndLoc()); in getSourceRange()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 616 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl()
|
H A D | ASTWriter.cpp | 5905 Record.AddSourceLocation(Def->getInnerLocStart()); in WriteDeclUpdatesBlocks()
|