/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 421 NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, in Create() argument 373 CXXPseudoDestructorExpr(const ASTContext & Context,Expr * Base,bool isArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,TypeSourceInfo * ScopeType,SourceLocation ColonColonLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage DestroyedType) CXXPseudoDestructorExpr() argument 402 UnresolvedLookupExpr(const ASTContext & Context,CXXRecordDecl * NamingClass,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,bool RequiresADL,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End,bool KnownDependent) UnresolvedLookupExpr() argument 436 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 465 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 511 DependentScopeDeclRefExpr(QualType Ty,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * Args) DependentScopeDeclRefExpr() argument 530 Create(const ASTContext & Context,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * Args) Create() argument 1491 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 1533 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 1596 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 1636 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 | TemplateBase.cpp | 699 TemplateArgumentLocInfo(ASTContext & Ctx,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateNameLoc,SourceLocation EllipsisLoc) TemplateArgumentLocInfo() argument
|
H A D | OpenMPClause.cpp | 797 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ModifierLoc,SourceLocation EndLoc,SourceLocation ColonLoc,OpenMPReductionClauseModifier Modifier,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,ArrayRef<Expr * > CopyOps,ArrayRef<Expr * > CopyArrayTemps,ArrayRef<Expr * > CopyArrayElems,Stmt * PreInit,Expr * PostUpdate) Create() argument 869 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,Stmt * PreInit,Expr * PostUpdate) Create() argument 931 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,ArrayRef<Expr * > TaskgroupDescriptors,Stmt * PreInit,Expr * PostUpdate) Create() argument 2159 NestedNameSpecifier *QualifierLoc = VisitOMPReductionClause() local 2182 NestedNameSpecifier *QualifierLoc = VisitOMPTaskReductionClause() local 2204 NestedNameSpecifier *QualifierLoc = VisitOMPInReductionClause() local [all...] |
H A D | DeclCXX.cpp | 2939 Create(ASTContext & C,DeclContext * DC,SourceLocation L,SourceLocation NamespaceLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Used,DeclContext * CommonAncestor) Create() argument 3041 Create(ASTContext & C,DeclContext * DC,SourceLocation UsingLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) Create() argument 3173 Create(ASTContext & C,DeclContext * DC,SourceLocation UL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,bool HasTypename) Create() argument 3240 Create(ASTContext & C,DeclContext * DC,SourceLocation UsingLoc,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,SourceLocation EllipsisLoc) Create() argument 3269 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 | 450 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 489 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 503 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 1715 MemberExpr(Expr * Base,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * MemberDecl,DeclAccessPair FoundDecl,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,QualType T,ExprValueKind VK,ExprObjectKind OK,NonOdrUseReason NOUR) MemberExpr() argument 1756 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 | 1982 setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) setQualifierInfo() argument 4771 setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) setQualifierInfo() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ASTConcept.h | 183 if (auto QualifierLoc = getNestedNameSpecifierLoc()) getBeginLoc() local
|
H A D | DeclCXX.h | 3023 NestedNameSpecifierLoc QualifierLoc; global() variable 3034 UsingDirectiveDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation NamespcLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Nominated,DeclContext * CommonAncestor) UsingDirectiveDecl() argument 3132 NestedNameSpecifierLoc QualifierLoc; global() variable 3140 NamespaceAliasDecl(ASTContext & C,DeclContext * DC,SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) NamespaceAliasDecl() argument 3517 NestedNameSpecifierLoc QualifierLoc; global() variable 3524 UsingDecl(DeclContext * DC,SourceLocation UL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,bool HasTypenameKeyword) UsingDecl() argument 3870 NestedNameSpecifierLoc QualifierLoc; global() variable 3878 UnresolvedUsingValueDecl(DeclContext * DC,QualType Ty,SourceLocation UsingLoc,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,SourceLocation EllipsisLoc) UnresolvedUsingValueDecl() argument 3969 NestedNameSpecifierLoc QualifierLoc; global() variable 3973 UnresolvedUsingTypenameDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation TypenameLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TargetNameLoc,IdentifierInfo * TargetName,SourceLocation EllipsisLoc) UnresolvedUsingTypenameDecl() argument [all...] |
H A D | StmtCXX.h | 256 NestedNameSpecifierLoc QualifierLoc; variable 265 NestedNameSpecifierLoc QualifierLoc, in MSDependentExistsStmt()
|
H A D | ExprCXX.h | 938 NestedNameSpecifierLoc QualifierLoc; variable 2631 NestedNameSpecifierLoc QualifierLoc; global() variable 2990 NestedNameSpecifierLoc QualifierLoc; global() variable 3328 NestedNameSpecifierLoc QualifierLoc; global() variable 3697 NestedNameSpecifierLoc QualifierLoc; global() variable [all...] |
H A D | TypeLoc.h | 2337 setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) setQualifierLoc() argument 2412 setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) setQualifierLoc() argument 2472 setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) setQualifierLoc() argument [all...] |
H A D | OpenMPClause.h | 3222 NestedNameSpecifierLoc QualifierLoc; global() variable 3241 OMPReductionClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ModifierLoc,SourceLocation ColonLoc,SourceLocation EndLoc,OpenMPReductionClauseModifier Modifier,unsigned N,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo) OMPReductionClause() argument 3552 NestedNameSpecifierLoc QualifierLoc; global() variable 3568 OMPTaskReductionClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ColonLoc,SourceLocation EndLoc,unsigned N,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo) OMPTaskReductionClause() argument 3783 NestedNameSpecifierLoc QualifierLoc; global() variable 3799 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
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 1118 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType Named) RebuildElaboratedType() argument 1132 RebuildDependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const IdentifierInfo * Name,SourceLocation NameLoc,TemplateArgumentListInfo & Args,bool AllowInjectedClassName) RebuildDependentTemplateSpecializationType() argument 1172 RebuildDependentNameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo * Id,SourceLocation IdLoc,bool DeducedTSTContext) RebuildDependentNameType() argument 2615 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) RebuildMSDependentExistsStmt() argument 2675 RebuildDeclRefExpr(NestedNameSpecifierLoc QualifierLoc,ValueDecl * VD,const DeclarationNameInfo & NameInfo,NamedDecl * Found,TemplateArgumentListInfo * TemplateArgs) RebuildDeclRefExpr() argument 2854 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 3472 RebuildDependentScopeDeclRefExpr(NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,bool IsAddressOfOperand,TypeSourceInfo ** RecoveryTSI) RebuildDependentScopeDeclRefExpr() argument 3577 RebuildCXXDependentScopeMemberExpr(Expr * BaseE,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,const DeclarationNameInfo & MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs) RebuildCXXDependentScopeMemberExpr() argument 3600 RebuildUnresolvedMemberExpr(Expr * BaseE,QualType BaseType,SourceLocation OperatorLoc,bool IsArrow,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,LookupResult & R,const TemplateArgumentListInfo * TemplateArgs) RebuildUnresolvedMemberExpr() argument 4715 NestedNameSpecifierLoc QualifierLoc = Input.getTemplateQualifierLoc(); TransformTemplateArgument() local 7267 NestedNameSpecifierLoc QualifierLoc; TransformElaboratedType() local 7465 NestedNameSpecifierLoc QualifierLoc TransformDependentNameType() local 7500 NestedNameSpecifierLoc QualifierLoc; TransformDependentTemplateSpecializationType() local 7516 TransformDependentTemplateSpecializationType(TypeLocBuilder & TLB,DependentTemplateSpecializationTypeLoc TL,NestedNameSpecifierLoc QualifierLoc) TransformDependentTemplateSpecializationType() argument 8933 NestedNameSpecifierLoc QualifierLoc; TransformMSDependentExistsStmt() local 9000 NestedNameSpecifierLoc QualifierLoc; TransformMSPropertyRefExpr() local 10758 NestedNameSpecifierLoc QualifierLoc; transformOMPMappableExprListClause() local 11713 NestedNameSpecifierLoc QualifierLoc; TransformDeclRefExpr() local 12294 NestedNameSpecifierLoc QualifierLoc; TransformMemberExpr() local 13489 NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc(); TransformCXXPseudoDestructorExpr() local 13640 NestedNameSpecifierLoc QualifierLoc TransformUnresolvedLookupExpr() local 14065 NestedNameSpecifierLoc QualifierLoc = TransformDependentScopeDeclRefExpr() local 14797 NestedNameSpecifierLoc QualifierLoc; TransformCXXDependentScopeMemberExpr() local 14876 NestedNameSpecifierLoc QualifierLoc; TransformUnresolvedMemberExpr() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 1658 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc(); VisitClassTemplateDecl() local 2149 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); VisitFunctionDecl() local 2561 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); VisitCXXMethodDecl() local 3244 NestedNameSpecifierLoc QualifierLoc = VisitTemplateTemplateParmDecl() local 3345 NestedNameSpecifierLoc QualifierLoc VisitUsingDecl() local 3513 NestedNameSpecifierLoc QualifierLoc instantiateUnresolvedUsingDecl() local [all...] |
H A D | SemaTemplate.cpp | 6082 SubstDefaultTemplateArgument(Sema & SemaRef,TemplateDecl * Template,SourceLocation TemplateLoc,SourceLocation RAngleLoc,TemplateTemplateParmDecl * Param,ArrayRef<TemplateArgument> SugaredConverted,ArrayRef<TemplateArgument> CanonicalConverted,NestedNameSpecifierLoc & QualifierLoc) SubstDefaultTemplateArgument() argument 6152 NestedNameSpecifierLoc QualifierLoc; SubstDefaultTemplateArgumentIfAvailable() local 6706 NestedNameSpecifierLoc QualifierLoc; CheckTemplateArgumentList() local 11489 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); ActOnTypenameType() local 11634 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,TypeSourceInfo ** TSI,bool DeducedTSTContext) CheckTypenameType() argument 11665 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,bool DeducedTSTContext) CheckTypenameType() argument 11913 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); RebuildNestedNameSpecifierInCurrentInstantiation() local [all...] |
H A D | SemaTemplateInstantiate.cpp | 1925 RebuildElaboratedType(SourceLocation KeywordLoc,ElaboratedTypeKeyword Keyword,NestedNameSpecifierLoc QualifierLoc,QualType T) RebuildElaboratedType() argument 4324 SubstTemplateName(NestedNameSpecifierLoc QualifierLoc,TemplateName Name,SourceLocation Loc,const MultiLevelTemplateArgumentList & TemplateArgs) SubstTemplateName() argument
|
H A D | SemaStmt.cpp | 4377 BuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) BuildMSDependentExistsStmt() argument
|
H A D | SemaDecl.cpp | 343 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context); getTypeName() local 629 NestedNameSpecifierLoc QualifierLoc = NNSLocBuilder.getWithLocInContext(Context); ActOnMSVCUnknownTypeName() local
|
H A D | SemaDeclCXX.cpp | 12712 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); BuildUsingDeclaration() local 17390 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); ActOnTemplatedFriendTag() local [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 805 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc()) VisitDeclaratorDecl() local 852 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc()) VisitFunctionDecl() local 1248 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) VisitNamespaceAliasDecl() local 1258 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) { VisitUsingDecl() local 1271 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) VisitUsingDirectiveDecl() local 1281 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) { VisitUnresolvedUsingValueDecl() local 1292 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) VisitUnresolvedUsingTypenameDecl() local 1945 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) DEFAULT_TYPELOC_IMPL() local 2915 if (NestedNameSpecifierLoc QualifierLoc = S->getQualifierLoc()) VisitMSDependentExistsStmt() local 2924 if (NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc()) VisitCXXDependentScopeMemberExpr() local 2954 if (NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc()) VisitCXXPseudoDestructorExpr() local 3636 if (NestedNameSpecifierLoc QualifierLoc = M->getQualifierLoc()) RunVisitorWorkList() local 3658 if (NestedNameSpecifierLoc QualifierLoc = DR->getQualifierLoc()) RunVisitorWorkList() local 3669 if (NestedNameSpecifierLoc QualifierLoc = O->getQualifierLoc()) RunVisitorWorkList() local 3746 if (NestedNameSpecifierLoc QualifierLoc = RunVisitorWorkList() local [all...] |
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 1028 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc QualifierLoc) { in TraverseNestedNameSpecifierLoc() 1044 syntax::IdExpression *buildIdExpression(NestedNameSpecifierLoc QualifierLoc, in buildIdExpression()
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7498 NestedNameSpecifierLoc QualifierLoc = readTemplateArgumentLocInfo() local 7505 NestedNameSpecifierLoc QualifierLoc = readNestedNameSpecifierLoc(); readTemplateArgumentLocInfo() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 4524 SMLoc QualifierLoc; parseDirectiveStruct() local
|