Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h158 if (DD->getOuterLocStart() != DD->getInnerLocStart()) in getSourceRange()
H A DDecl.h730 SourceLocation getInnerLocStart() const { return InnerLocStart; } in getInnerLocStart() function
3150 SourceLocation getInnerLocStart() const { return getBeginLoc(); } in getInnerLocStart() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp738 Var = DecompositionDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(), in VisitVarDecl()
742 Var = VarDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(), in VisitVarDecl()
829 D->getInnerLocStart(), in VisitFieldDecl()
1673 SemaRef.Context, DC, D->getInnerLocStart(), DGuide->isExplicit(), in VisitFunctionDecl()
1680 SemaRef.Context, DC, D->getInnerLocStart(), NameInfo, T, TInfo, in VisitFunctionDecl()
1977 SourceLocation StartLoc = D->getInnerLocStart(); in VisitCXXMethodDecl()
2344 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitNonTypeTemplateParmDecl()
2350 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitNonTypeTemplateParmDecl()
3146 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(), in VisitVarTemplateSpecializationDecl()
3474 SemaRef.Context, Owner, PartialSpec->getInnerLocStart(), in InstantiateVarTemplatePartialSpecialization()
[all …]
H A DSemaTemplateInstantiate.cpp1780 OldParm->getInnerLocStart(), in SubstParmVarDecl()
2169 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DTreeTransform.h1441 ExceptionDecl->getInnerLocStart(), in RebuildObjCExceptionDecl()
5013 OldParm->getInnerLocStart(), in TransformFunctionTypeParam()
7399 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(), in TransformCXXCatchStmt()
H A DSemaDeclAttr.cpp7186 VD->getInnerLocStart(), VD->getLocation(), II, in DeclClonePragmaWeak()
7596 Lexer::getLocForEndOfToken(TD->getInnerLocStart(), 0, SM, LangOpts); in createAttributeInsertion()
H A DSemaDecl.cpp4173 SourceLocation tagLoc = TagFromDeclSpec->getInnerLocStart(); in setTagNameForLinkagePurposes()
13914 Diag(I->getInnerLocStart(), diag::note_struct_class_suggestion) in isAcceptableTagRedeclaration()
13916 << FixItHint::CreateReplacement(I->getInnerLocStart(), in isAcceptableTagRedeclaration()
H A DSemaTemplate.cpp1935 OldParam->getInnerLocStart(), in transformFunctionTypeParam()
H A DSemaDeclCXX.cpp6189 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3071 FromTy, D->getTypeSourceInfo(), D->getInnerLocStart(), in VisitFunctionDecl()
3311 D->getInnerLocStart(), D->getInClassInitializer())) in VisitFieldDecl()
3514 D->getType(), D->getTypeSourceInfo(), D->getBitWidth(), D->getInnerLocStart())) in VisitObjCIvarDecl()
3638 D->getType(), D->getTypeSourceInfo(), D->getInnerLocStart(), in VisitVarDecl()
3715 D->getDeclName(), D->getLocation(), D->getType(), D->getInnerLocStart(), in VisitParmVarDecl()
4859 D->getInnerLocStart())) in VisitNonTypeTemplateParmDecl()
H A DDecl.cpp1762 return decl->getInnerLocStart(); in getTemplateOrInnerLocStart()
3822 return SourceRange(getInnerLocStart(), FinalExpr->getEndLoc()); in getSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp517 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl()
H A DASTWriter.cpp5311 Record.AddSourceLocation(Def->getInnerLocStart()); in WriteDeclUpdatesBlocks()