Home
last modified time | relevance | path

Searched refs:getInnerLocStart (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h156 if (DD->getOuterLocStart() != DD->getInnerLocStart()) in getSourceRange()
H A DDecl.h774 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 DSemaTemplateInstantiateDecl.cpp1211 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 DSemaAvailability.cpp369 Lexer::getLocForEndOfToken(TD->getInnerLocStart(), 0, SM, LangOpts); in createAttributeInsertion()
H A DSemaTemplateDeductionGuide.cpp627 SemaRef.Context, DC, OldParam->getInnerLocStart(), in transformFunctionTypeParam()
H A DSemaTemplateInstantiate.cpp3136 OldParm->getInnerLocStart(), in SubstParmVarDecl()
3605 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DTreeTransform.h1625 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 DSemaDecl.cpp3028 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 DSemaDeclAttr.cpp7270 VD->getInnerLocStart(), VD->getLocation(), II, in DeclClonePragmaWeak()
H A DSemaDeclCXX.cpp7183 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3863 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 DDecl.cpp1967 return decl->getInnerLocStart(); in getTemplateOrInnerLocStart()
4663 return SourceRange(getInnerLocStart(), FinalExpr->getEndLoc()); in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp616 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl()
H A DASTWriter.cpp5905 Record.AddSourceLocation(Def->getInnerLocStart()); in WriteDeclUpdatesBlocks()