Home
last modified time | relevance | path

Searched refs:NestedNameSpecifier (Results 51 – 75 of 86) sorted by relevance

1234

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp5600 case NestedNameSpecifier::Identifier: in GetFullTypeForDeclarator()
5605 case NestedNameSpecifier::Namespace: in GetFullTypeForDeclarator()
5607 case NestedNameSpecifier::Global: in GetFullTypeForDeclarator()
5608 case NestedNameSpecifier::Super: in GetFullTypeForDeclarator()
5611 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
6346 case NestedNameSpecifier::Identifier: in VisitMemberPointerTypeLoc()
6356 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
6369 case NestedNameSpecifier::Namespace: in VisitMemberPointerTypeLoc()
6370 case NestedNameSpecifier::NamespaceAlias: in VisitMemberPointerTypeLoc()
6371 case NestedNameSpecifier::Global: in VisitMemberPointerTypeLoc()
[all …]
H A DSemaExprCXX.cpp63 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
68 case NestedNameSpecifier::Identifier: in getInheritingConstructorName()
76 case NestedNameSpecifier::Global: in getInheritingConstructorName()
77 case NestedNameSpecifier::Super: in getInheritingConstructorName()
78 case NestedNameSpecifier::Namespace: in getInheritingConstructorName()
333 if (NestedNameSpecifier *Prefix = in getDestructorName()
517 case NestedNameSpecifier::Identifier: in checkLiteralOperatorId()
518 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
528 case NestedNameSpecifier::Global: in checkLiteralOperatorId()
529 case NestedNameSpecifier::Super: in checkLiteralOperatorId()
[all …]
H A DSemaCodeComplete.cpp711 static NestedNameSpecifier *
726 NestedNameSpecifier *Result = nullptr; in getRequiredQualification()
734 Result = NestedNameSpecifier::Create(Context, Result, Namespace); in getRequiredQualification()
736 Result = NestedNameSpecifier::Create( in getRequiredQualification()
1193 R.Qualifier = NestedNameSpecifier::Create( in MaybeAddResult()
1319 R.Qualifier = NestedNameSpecifier::Create( in AddResult()
4250 NestedNameSpecifier *NNS = getRequiredQualification( in MaybeAddOverrideCalls()
4662 NestedNameSpecifier *SuggestedQualifier = nullptr;
4669 NestedNameSpecifier *Qualifier = Enumerators.SuggestedQualifier; in AddEnumerators()
5380 NestedNameSpecifier *NNS = NNSL.getNestedNameSpecifier(); in TraverseNestedNameSpecifierLoc()
[all …]
H A DSemaCoroutine.cpp120 auto *NNS = NestedNameSpecifier::Create(S.Context, nullptr, CoroNamespace); in lookupPromiseType()
121 NNS = NestedNameSpecifier::Create(S.Context, NNS, false, in lookupPromiseType()
H A DAnalysisBasedWarnings.cpp206 if (NestedNameSpecifier *NNS = DRE->getQualifier()) { in hasRecursiveCallInPath()
207 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
H A DSemaDeclCXX.cpp11447 NestedNameSpecifier::Create(Context, nullptr, getStdNamespace()); in CheckComparisonCategoryType()
11664 NestedNameSpecifier::Create(Context, nullptr, getStdNamespace()), in BuildStdInitializerList()
11758 NestedNameSpecifier *Qualifier = nullptr; in ActOnUsingDirective()
11772 if ((!Qualifier || Qualifier->getKind() == NestedNameSpecifier::Global) && in ActOnUsingDirective()
12286 NestedNameSpecifier *NNS, CXXRecordDecl *RequireMemberOf) in UsingValidatorCCC()
12318 NestedNameSpecifier *Specifier = in ValidateCandidate()
12360 NestedNameSpecifier *OldNNS;
12752 NestedNameSpecifier *Qual = SS.getScopeRep(); in CheckUsingDeclRedeclaration()
12784 const NestedNameSpecifier *CNNS = in CheckUsingDeclRedeclaration()
12790 NestedNameSpecifier *DQual; in CheckUsingDeclRedeclaration()
[all …]
H A DDeclSpec.cpp127 NestedNameSpecifier *Qualifier, SourceRange R) { in MakeTrivial()
H A DTreeTransform.h4229 NestedNameSpecifier *QNNS = Q.getNestedNameSpecifier(); in TransformNestedNameSpecifierLoc()
4232 case NestedNameSpecifier::Identifier: { in TransformNestedNameSpecifierLoc()
4242 case NestedNameSpecifier::Namespace: { in TransformNestedNameSpecifierLoc()
4250 case NestedNameSpecifier::NamespaceAlias: { in TransformNestedNameSpecifierLoc()
4259 case NestedNameSpecifier::Global: in TransformNestedNameSpecifierLoc()
4265 case NestedNameSpecifier::Super: { in TransformNestedNameSpecifierLoc()
4273 case NestedNameSpecifier::TypeSpecWithTemplate: in TransformNestedNameSpecifierLoc()
4274 case NestedNameSpecifier::TypeSpec: { in TransformNestedNameSpecifierLoc()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1427 case NestedNameSpecifier::Namespace: in VisitNestedNameSpecifier()
1435 case NestedNameSpecifier::TypeSpec: { in VisitNestedNameSpecifier()
1451 case NestedNameSpecifier::Global: in VisitNestedNameSpecifier()
1452 case NestedNameSpecifier::Identifier: in VisitNestedNameSpecifier()
1453 case NestedNameSpecifier::Super: in VisitNestedNameSpecifier()
1470 case NestedNameSpecifier::Namespace: in VisitNestedNameSpecifierLoc()
1484 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifierLoc()
1491 case NestedNameSpecifier::Global: in VisitNestedNameSpecifierLoc()
1492 case NestedNameSpecifier::Identifier: in VisitNestedNameSpecifierLoc()
1493 case NestedNameSpecifier::Super: in VisitNestedNameSpecifierLoc()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTemplateBase.h411 NestedNameSpecifier *Qualifier;
H A DExprCXX.h2649 NestedNameSpecifier *getQualifier() const { in getQualifier()
3069 NestedNameSpecifier *getQualifier() const { in getQualifier()
3321 NestedNameSpecifier *getQualifier() const { in getQualifier()
3738 NestedNameSpecifier *getQualifier() const { in getQualifier()
H A DDecl.h825 NestedNameSpecifier *getQualifier() const { in getQualifier()
3673 NestedNameSpecifier *getQualifier() const { in getQualifier()
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp198 const NestedNameSpecifier *NNS = E->getQualifier(); in VisitDependentScopeDeclRefExpr()
H A DUSRGeneration.cpp626 static void printQualifier(llvm::raw_ostream &Out, ASTContext &Ctx, NestedNameSpecifier *NNS) { in printQualifier()
/openbsd/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp2096 NestedNameSpecifier *QualifierLoc = in VisitOMPReductionClause()
2119 NestedNameSpecifier *QualifierLoc = in VisitOMPTaskReductionClause()
2141 NestedNameSpecifier *QualifierLoc = in VisitOMPInReductionClause()
2250 NestedNameSpecifier *MapperNNS = in PrintMapper()
H A DStmtProfile.cpp66 virtual void VisitNestedNameSpecifier(NestedNameSpecifier *NNS) = 0;
155 void VisitNestedNameSpecifier(NestedNameSpecifier *NNS) override { in VisitNestedNameSpecifier()
213 void VisitNestedNameSpecifier(NestedNameSpecifier *NNS) override { in VisitNestedNameSpecifier()
H A DASTDiagnostic.cpp464 NestedNameSpecifier *NNS = reinterpret_cast<NestedNameSpecifier*>(Val); in FormatASTNodeDiagnosticArgument()
H A DJSONNodeDumper.cpp746 if (const NestedNameSpecifier *NNS = ET->getQualifier()) { in VisitElaboratedType()
817 if (const NestedNameSpecifier *NNS = UD->getQualifier()) { in VisitUsingDecl()
H A DDeclPrinter.cpp639 if (const NestedNameSpecifier *NS = D->getQualifier()) { in VisitFunctionDecl()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5746 NestedNameSpecifier::SpecifierKind Kind in AddNestedNameSpecifierLoc()
5750 case NestedNameSpecifier::Identifier: in AddNestedNameSpecifierLoc()
5755 case NestedNameSpecifier::Namespace: in AddNestedNameSpecifierLoc()
5760 case NestedNameSpecifier::NamespaceAlias: in AddNestedNameSpecifierLoc()
5765 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()
5766 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifierLoc()
5767 Record->push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifierLoc()
5773 case NestedNameSpecifier::Global: in AddNestedNameSpecifierLoc()
5777 case NestedNameSpecifier::Super: in AddNestedNameSpecifierLoc()
H A DASTReader.cpp9020 case NestedNameSpecifier::Identifier: { in readNestedNameSpecifierLoc()
9027 case NestedNameSpecifier::Namespace: { in readNestedNameSpecifierLoc()
9034 case NestedNameSpecifier::NamespaceAlias: { in readNestedNameSpecifierLoc()
9041 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifierLoc()
9042 case NestedNameSpecifier::TypeSpecWithTemplate: { in readNestedNameSpecifierLoc()
9056 case NestedNameSpecifier::Global: { in readNestedNameSpecifierLoc()
9062 case NestedNameSpecifier::Super: { in readNestedNameSpecifierLoc()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp653 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(), in getAcceptedCompletionTypes()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h78 NestedNameSpecifier *getScopeRep() const { in getScopeRep()
165 void MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier,
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp202 NestedNameSpecifier *Qualifier = HasQualifier ? ME->getQualifier() : nullptr; in EmitCXXMemberCallExpr()
212 bool HasQualifier, NestedNameSpecifier *Qualifier, bool IsArrow, in EmitCXXMemberOrOperatorMemberCallExpr()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1029 const internal::VariadicAllOfMatcher<NestedNameSpecifier> nestedNameSpecifier;

1234