/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 326 CXXPseudoDestructorExpr(const ASTContext & Context,Expr * Base,bool isArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,TypeSourceInfo * ScopeType,SourceLocation ColonColonLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage DestroyedType) CXXPseudoDestructorExpr() argument 355 UnresolvedLookupExpr(const ASTContext & Context,CXXRecordDecl * NamingClass,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,bool RequiresADL,bool Overloaded,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End,bool KnownDependent) UnresolvedLookupExpr() argument 375 Create(const ASTContext & Context,CXXRecordDecl * NamingClass,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,bool RequiresADL,bool Overloaded,UnresolvedSetIterator Begin,UnresolvedSetIterator End) Create() argument 389 Create(const ASTContext & Context,CXXRecordDecl * NamingClass,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,bool RequiresADL,const TemplateArgumentListInfo * Args,UnresolvedSetIterator Begin,UnresolvedSetIterator End,bool KnownDependent) Create() argument 418 OverloadExpr(StmtClass SC,const ASTContext & Context,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End,bool KnownDependent,bool KnownInstantiationDependent,bool KnownContainsUnexpandedParameterPack) OverloadExpr() argument 464 DependentScopeDeclRefExpr(QualType Ty,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * Args) DependentScopeDeclRefExpr() argument 483 Create(const ASTContext & Context,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * Args) Create() argument 1444 CXXDependentScopeMemberExpr(const ASTContext & Ctx,Expr * Base,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierFoundInScope,DeclarationNameInfo MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs) CXXDependentScopeMemberExpr() argument 1486 Create(const ASTContext & Ctx,Expr * Base,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierFoundInScope,DeclarationNameInfo MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs) Create() argument 1549 UnresolvedMemberExpr(const ASTContext & Context,bool HasUnresolvedUsing,Expr * Base,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End) UnresolvedMemberExpr() argument 1589 Create(const ASTContext & Context,bool HasUnresolvedUsing,Expr * Base,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End) Create() argument [all...] |
H A D | OpenMPClause.cpp | 797 NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, in Create() argument 869 NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, in Create() argument 931 NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, in Create() argument 2157 NestedNameSpecifier *QualifierLoc = VisitOMPReductionClause() local 2180 NestedNameSpecifier *QualifierLoc = VisitOMPTaskReductionClause() local 2202 NestedNameSpecifier *QualifierLoc = VisitOMPInReductionClause() local [all...] |
H A D | TemplateBase.cpp | 702 Template->Qualifier = QualifierLoc.getNestedNameSpecifier(); in TemplateArgumentLocInfo() argument
|
H A D | DeclCXX.cpp | 2925 Create(ASTContext & C,DeclContext * DC,SourceLocation L,SourceLocation NamespaceLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Used,DeclContext * CommonAncestor) Create() argument 3026 Create(ASTContext & C,DeclContext * DC,SourceLocation UsingLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) Create() argument 3158 Create(ASTContext & C,DeclContext * DC,SourceLocation UL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,bool HasTypename) Create() argument 3224 Create(ASTContext & C,DeclContext * DC,SourceLocation UsingLoc,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,SourceLocation EllipsisLoc) Create() argument 3253 Create(ASTContext & C,DeclContext * DC,SourceLocation UsingLoc,SourceLocation TypenameLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TargetNameLoc,DeclarationName TargetName,SourceLocation EllipsisLoc) Create() argument [all...] |
H A D | Expr.cpp | 440 DeclRefExpr(const ASTContext & Ctx,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * D,bool RefersToEnclosingVariableOrCapture,const DeclarationNameInfo & NameInfo,NamedDecl * FoundD,const TemplateArgumentListInfo * TemplateArgs,QualType T,ExprValueKind VK,NonOdrUseReason NOUR) DeclRefExpr() argument 479 Create(const ASTContext & Context,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * D,bool RefersToEnclosingVariableOrCapture,SourceLocation NameLoc,QualType T,ExprValueKind VK,NamedDecl * FoundD,const TemplateArgumentListInfo * TemplateArgs,NonOdrUseReason NOUR) Create() argument 493 Create(const ASTContext & Context,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * D,bool RefersToEnclosingVariableOrCapture,const DeclarationNameInfo & NameInfo,QualType T,ExprValueKind VK,NamedDecl * FoundD,const TemplateArgumentListInfo * TemplateArgs,NonOdrUseReason NOUR) Create() argument 1704 Create(const ASTContext & C,Expr * Base,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * MemberDecl,DeclAccessPair FoundDecl,DeclarationNameInfo NameInfo,const TemplateArgumentListInfo * TemplateArgs,QualType T,ExprValueKind VK,ExprObjectKind OK,NonOdrUseReason NOUR) Create() argument [all...] |
H A D | Decl.cpp | 1997 getExtInfo()->QualifierLoc = QualifierLoc; in setQualifierInfo() argument 4727 setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) setQualifierInfo() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3016 NestedNameSpecifierLoc QualifierLoc; global() variable 3027 UsingDirectiveDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation NamespcLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Nominated,DeclContext * CommonAncestor) UsingDirectiveDecl() argument 3125 NestedNameSpecifierLoc QualifierLoc; global() variable 3133 NamespaceAliasDecl(ASTContext & C,DeclContext * DC,SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) NamespaceAliasDecl() argument 3510 NestedNameSpecifierLoc QualifierLoc; global() variable 3517 UsingDecl(DeclContext * DC,SourceLocation UL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,bool HasTypenameKeyword) UsingDecl() argument 3863 NestedNameSpecifierLoc QualifierLoc; global() variable 3871 UnresolvedUsingValueDecl(DeclContext * DC,QualType Ty,SourceLocation UsingLoc,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,SourceLocation EllipsisLoc) UnresolvedUsingValueDecl() argument 3962 NestedNameSpecifierLoc QualifierLoc; global() variable 3966 UnresolvedUsingTypenameDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation TypenameLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TargetNameLoc,IdentifierInfo * TargetName,SourceLocation EllipsisLoc) UnresolvedUsingTypenameDecl() argument [all...] |
H A D | ASTConcept.h | 183 if (auto QualifierLoc = getNestedNameSpecifierLoc()) getBeginLoc() local
|
H A D | StmtCXX.h | 256 NestedNameSpecifierLoc QualifierLoc; variable 265 NestedNameSpecifierLoc QualifierLoc, in MSDependentExistsStmt()
|
H A D | TypeLoc.h | 2268 setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) setQualifierLoc() argument 2343 setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) setQualifierLoc() argument 2403 setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) setQualifierLoc() argument [all...] |
H A D | ExprCXX.h | 934 NestedNameSpecifierLoc QualifierLoc; global() variable 2615 NestedNameSpecifierLoc QualifierLoc; global() variable 2974 NestedNameSpecifierLoc QualifierLoc; global() variable 3292 NestedNameSpecifierLoc QualifierLoc; global() variable 3661 NestedNameSpecifierLoc QualifierLoc; global() variable [all...] |
H A D | OpenMPClause.h | 3182 NestedNameSpecifierLoc QualifierLoc; global() variable 3201 OMPReductionClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ModifierLoc,SourceLocation ColonLoc,SourceLocation EndLoc,OpenMPReductionClauseModifier Modifier,unsigned N,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo) OMPReductionClause() argument 3512 NestedNameSpecifierLoc QualifierLoc; global() variable 3528 OMPTaskReductionClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ColonLoc,SourceLocation EndLoc,unsigned N,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo) OMPTaskReductionClause() argument 3743 NestedNameSpecifierLoc QualifierLoc; global() variable 3759 OMPInReductionClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ColonLoc,SourceLocation EndLoc,unsigned N,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo) OMPInReductionClause() argument [all...] |
H A D | Decl.h | 744 NestedNameSpecifierLoc QualifierLoc; global() member
|
H A D | Expr.h | 3146 NestedNameSpecifierLoc QualifierLoc; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 1097 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType Named) RebuildElaboratedType() argument 1111 RebuildDependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const IdentifierInfo * Name,SourceLocation NameLoc,TemplateArgumentListInfo & Args,bool AllowInjectedClassName) RebuildDependentTemplateSpecializationType() argument 1151 RebuildDependentNameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo * Id,SourceLocation IdLoc,bool DeducedTSTContext) RebuildDependentNameType() argument 2589 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) RebuildMSDependentExistsStmt() argument 2648 RebuildDeclRefExpr(NestedNameSpecifierLoc QualifierLoc,ValueDecl * VD,const DeclarationNameInfo & NameInfo,NamedDecl * Found,TemplateArgumentListInfo * TemplateArgs) RebuildDeclRefExpr() argument 2818 RebuildMemberExpr(Expr * Base,SourceLocation OpLoc,bool isArrow,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & MemberNameInfo,ValueDecl * Member,NamedDecl * FoundDecl,const TemplateArgumentListInfo * ExplicitTemplateArgs,NamedDecl * FirstQualifierInScope) RebuildMemberExpr() argument 3424 RebuildDependentScopeDeclRefExpr(NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,bool IsAddressOfOperand,TypeSourceInfo ** RecoveryTSI) RebuildDependentScopeDeclRefExpr() argument 3529 RebuildCXXDependentScopeMemberExpr(Expr * BaseE,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,const DeclarationNameInfo & MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs) RebuildCXXDependentScopeMemberExpr() argument 3552 RebuildUnresolvedMemberExpr(Expr * BaseE,QualType BaseType,SourceLocation OperatorLoc,bool IsArrow,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,LookupResult & R,const TemplateArgumentListInfo * TemplateArgs) RebuildUnresolvedMemberExpr() argument 4636 NestedNameSpecifierLoc QualifierLoc = Input.getTemplateQualifierLoc(); TransformTemplateArgument() local 7020 NestedNameSpecifierLoc QualifierLoc; TransformElaboratedType() local 7190 NestedNameSpecifierLoc QualifierLoc TransformDependentNameType() local 7225 NestedNameSpecifierLoc QualifierLoc; TransformDependentTemplateSpecializationType() local 7241 TransformDependentTemplateSpecializationType(TypeLocBuilder & TLB,DependentTemplateSpecializationTypeLoc TL,NestedNameSpecifierLoc QualifierLoc) TransformDependentTemplateSpecializationType() argument 8636 NestedNameSpecifierLoc QualifierLoc; TransformMSDependentExistsStmt() local 8703 NestedNameSpecifierLoc QualifierLoc; TransformMSPropertyRefExpr() local 10453 NestedNameSpecifierLoc QualifierLoc; transformOMPMappableExprListClause() local 10901 NestedNameSpecifierLoc QualifierLoc; TransformDeclRefExpr() local 11473 NestedNameSpecifierLoc QualifierLoc; TransformMemberExpr() local 12654 NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc(); TransformCXXPseudoDestructorExpr() local 12779 NestedNameSpecifierLoc QualifierLoc TransformUnresolvedLookupExpr() local 13205 NestedNameSpecifierLoc QualifierLoc = TransformDependentScopeDeclRefExpr() local 13873 NestedNameSpecifierLoc QualifierLoc; TransformCXXDependentScopeMemberExpr() local 13952 NestedNameSpecifierLoc QualifierLoc; TransformUnresolvedMemberExpr() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 1627 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc(); VisitClassTemplateDecl() local 2117 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); VisitFunctionDecl() local 2525 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); VisitCXXMethodDecl() local 3205 NestedNameSpecifierLoc QualifierLoc = VisitTemplateTemplateParmDecl() local 3306 NestedNameSpecifierLoc QualifierLoc VisitUsingDecl() local 3474 NestedNameSpecifierLoc QualifierLoc instantiateUnresolvedUsingDecl() local [all...] |
H A D | SemaTemplate.cpp | 780 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); BuildDependentDeclRefExpr() local 5563 SubstDefaultTemplateArgument(Sema & SemaRef,TemplateDecl * Template,SourceLocation TemplateLoc,SourceLocation RAngleLoc,TemplateTemplateParmDecl * Param,ArrayRef<TemplateArgument> SugaredConverted,ArrayRef<TemplateArgument> CanonicalConverted,NestedNameSpecifierLoc & QualifierLoc) SubstDefaultTemplateArgument() argument 5639 NestedNameSpecifierLoc QualifierLoc; SubstDefaultTemplateArgumentIfAvailable() local 6220 NestedNameSpecifierLoc QualifierLoc; CheckTemplateArgumentList() local 11048 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); ActOnTypenameType() local 11198 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,TypeSourceInfo ** TSI,bool DeducedTSTContext) CheckTypenameType() argument 11229 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,bool DeducedTSTContext) CheckTypenameType() argument 11503 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); RebuildNestedNameSpecifierInCurrentInstantiation() local [all...] |
H A D | SemaTemplateInstantiate.cpp | 1724 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType T) RebuildElaboratedType() argument 4182 SubstTemplateName(NestedNameSpecifierLoc QualifierLoc,TemplateName Name,SourceLocation Loc,const MultiLevelTemplateArgumentList & TemplateArgs) SubstTemplateName() argument
|
H A D | SemaStmt.cpp | 4675 BuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) BuildMSDependentExistsStmt() argument
|
H A D | SemaDecl.cpp | 391 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context); getTypeName() local 676 NestedNameSpecifierLoc QualifierLoc = NNSLocBuilder.getWithLocInContext(Context); ActOnMSVCUnknownTypeName() local
|
H A D | SemaDeclCXX.cpp | 12895 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); BuildUsingDeclaration() local 17669 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); ActOnTemplatedFriendTag() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 1027 TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc QualifierLoc) TraverseNestedNameSpecifierLoc() argument 1043 buildIdExpression(NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKeywordLoc,SourceRange UnqualifiedIdLoc,ASTPtr From) buildIdExpression() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1069 NestedNameSpecifierLoc QualifierLoc; VisitMemberExpr() local
|
H A D | ASTReader.cpp | 7446 NestedNameSpecifierLoc QualifierLoc = readTemplateArgumentLocInfo() local 7453 NestedNameSpecifierLoc QualifierLoc = readNestedNameSpecifierLoc(); readTemplateArgumentLocInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 4523 SMLoc QualifierLoc; parseDirectiveStruct() local
|