| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 158 if (DD->getOuterLocStart() != DD->getInnerLocStart()) in getSourceRange()
|
| H A D | Decl.h | 730 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 D | SemaTemplateInstantiateDecl.cpp | 738 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 D | SemaTemplateInstantiate.cpp | 1780 OldParm->getInnerLocStart(), in SubstParmVarDecl() 2169 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
|
| H A D | TreeTransform.h | 1441 ExceptionDecl->getInnerLocStart(), in RebuildObjCExceptionDecl() 5013 OldParm->getInnerLocStart(), in TransformFunctionTypeParam() 7399 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(), in TransformCXXCatchStmt()
|
| H A D | SemaDeclAttr.cpp | 7186 VD->getInnerLocStart(), VD->getLocation(), II, in DeclClonePragmaWeak() 7596 Lexer::getLocForEndOfToken(TD->getInnerLocStart(), 0, SM, LangOpts); in createAttributeInsertion()
|
| H A D | SemaDecl.cpp | 4173 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 D | SemaTemplate.cpp | 1935 OldParam->getInnerLocStart(), in transformFunctionTypeParam()
|
| H A D | SemaDeclCXX.cpp | 6189 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3071 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 D | Decl.cpp | 1762 return decl->getInnerLocStart(); in getTemplateOrInnerLocStart() 3822 return SourceRange(getInnerLocStart(), FinalExpr->getEndLoc()); in getSourceRange()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 517 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl()
|
| H A D | ASTWriter.cpp | 5311 Record.AddSourceLocation(Def->getInnerLocStart()); in WriteDeclUpdatesBlocks()
|