| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 157 if (DD->getOuterLocStart() != DD->getInnerLocStart()) in getSourceRange()
|
| H A D | Decl.h | 769 SourceLocation getInnerLocStart() const { return InnerLocStart; } in getInnerLocStart() function 3401 SourceLocation getInnerLocStart() const { return getBeginLoc(); } in getInnerLocStart() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1068 Var = DecompositionDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(), in VisitVarDecl() 1072 Var = VarDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(), in VisitVarDecl() 1181 D->getInnerLocStart(), in VisitFieldDecl() 2045 SemaRef.Context, DC, D->getInnerLocStart(), in VisitFunctionDecl() 2053 SemaRef.Context, DC, D->getInnerLocStart(), NameInfo, T, TInfo, in VisitFunctionDecl() 2406 SourceLocation StartLoc = D->getInnerLocStart(); in VisitCXXMethodDecl() 2867 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitNonTypeTemplateParmDecl() 2873 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitNonTypeTemplateParmDecl() 3803 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitVarTemplateSpecializationDecl() 4230 SemaRef.Context, Owner, PartialSpec->getInnerLocStart(), in InstantiateVarTemplatePartialSpecialization() [all …]
|
| H A D | SemaAvailability.cpp | 291 Lexer::getLocForEndOfToken(TD->getInnerLocStart(), 0, SM, LangOpts); in createAttributeInsertion()
|
| H A D | SemaTemplateInstantiate.cpp | 2399 OldParm->getInnerLocStart(), in SubstParmVarDecl() 2813 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
|
| H A D | SemaDecl.cpp | 2834 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() 4589 getLocForEndOfToken(TagFromDeclSpec->getInnerLocStart()); in setTagNameForLinkagePurposes() 15429 Diag(I->getInnerLocStart(), diag::note_struct_class_suggestion) in isAcceptableTagRedeclaration() 15431 << FixItHint::CreateReplacement(I->getInnerLocStart(), in isAcceptableTagRedeclaration()
|
| H A D | TreeTransform.h | 1514 ExceptionDecl->getInnerLocStart(), in RebuildObjCExceptionDecl() 5582 OldParm->getInnerLocStart(), in TransformFunctionTypeParam() 8125 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(), in TransformCXXCatchStmt()
|
| H A D | SemaTemplate.cpp | 2414 OldParam->getInnerLocStart(), in transformFunctionTypeParam()
|
| H A D | SemaDeclAttr.cpp | 8616 VD->getInnerLocStart(), VD->getLocation(), II, in DeclClonePragmaWeak()
|
| H A D | SemaDeclCXX.cpp | 6946 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3438 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitFunctionDecl() 3713 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitFieldDecl() 3977 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitObjCIvarDecl() 4096 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitVarDecl() 4208 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitParmVarDecl() 5425 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart()); in VisitNonTypeTemplateParmDecl()
|
| H A D | Decl.cpp | 1851 return decl->getInnerLocStart(); in getTemplateOrInnerLocStart() 4223 return SourceRange(getInnerLocStart(), FinalExpr->getEndLoc()); in getSourceRange()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 528 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl()
|
| H A D | ASTWriter.cpp | 5014 Record.AddSourceLocation(Def->getInnerLocStart()); in WriteDeclUpdatesBlocks()
|