| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 243 class NestedNameSpecifierLoc { 257 NestedNameSpecifierLoc() = default; 327 NestedNameSpecifierLoc getPrefix() const { in getPrefix() 342 friend bool operator==(NestedNameSpecifierLoc X, 343 NestedNameSpecifierLoc Y) { 347 friend bool operator!=(NestedNameSpecifierLoc X, 348 NestedNameSpecifierLoc Y) { 480 void Adopt(NestedNameSpecifierLoc Other); 499 NestedNameSpecifierLoc getTemporary() const { in getTemporary() 500 return NestedNameSpecifierLoc(Representation, Buffer); in getTemporary() [all …]
|
| H A D | ASTTypeTraits.h | 197 KIND_TO_KIND_ID(NestedNameSpecifierLoc) 311 if (ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>().isSame( 313 auto NNSLA = getUnchecked<NestedNameSpecifierLoc>(); 314 auto NNSLB = Other.getUnchecked<NestedNameSpecifierLoc>(); 338 return getUnchecked<NestedNameSpecifierLoc>() == 339 Other.getUnchecked<NestedNameSpecifierLoc>(); 369 if (ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>().isSame( 371 auto NNSL = Val.getUnchecked<NestedNameSpecifierLoc>(); 464 TemplateArgumentLoc, NestedNameSpecifierLoc, 511 NestedNameSpecifierLoc, [all …]
|
| H A D | ASTConcept.h | 104 NestedNameSpecifierLoc NestedNameSpec; 128 ConceptReference(NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, in ConceptReference() 139 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() 176 TypeConstraint(NestedNameSpecifierLoc NNS, in TypeConstraint()
|
| H A D | TemplateBase.h | 431 TemplateArgumentLocInfo(ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, 441 NestedNameSpecifierLoc getTemplateQualifierLoc() const { 443 return NestedNameSpecifierLoc(Template->Qualifier, 486 NestedNameSpecifierLoc QualifierLoc, 541 NestedNameSpecifierLoc getTemplateQualifierLoc() const { 544 return NestedNameSpecifierLoc();
|
| H A D | DeclCXX.h | 2889 NestedNameSpecifierLoc QualifierLoc; 2900 NestedNameSpecifierLoc QualifierLoc, in UsingDirectiveDecl() 2998 NestedNameSpecifierLoc QualifierLoc; 3383 NestedNameSpecifierLoc QualifierLoc; 3390 NestedNameSpecifierLoc QualifierLoc, in UsingDecl() 3434 NestedNameSpecifierLoc QualifierLoc, 3721 NestedNameSpecifierLoc QualifierLoc; 3729 NestedNameSpecifierLoc QualifierLoc, in UnresolvedUsingValueDecl() 3777 NestedNameSpecifierLoc QualifierLoc, 3820 NestedNameSpecifierLoc QualifierLoc; [all …]
|
| H A D | TypeLoc.h | 2046 NestedNameSpecifierLoc NestedNameSpec; 2072 void setNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in setNestedNameSpecifierLoc() 2212 NestedNameSpecifierLoc getQualifierLoc() const { in getQualifierLoc() 2213 return NestedNameSpecifierLoc(getTypePtr()->getQualifier(), in getQualifierLoc() 2217 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) { in setQualifierLoc() 2271 NestedNameSpecifierLoc getQualifierLoc() const { in getQualifierLoc() 2272 return NestedNameSpecifierLoc(getTypePtr()->getQualifier(), in getQualifierLoc() 2276 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) { in setQualifierLoc() 2328 NestedNameSpecifierLoc getQualifierLoc() const { in getQualifierLoc() 2330 return NestedNameSpecifierLoc(); in getQualifierLoc() [all …]
|
| H A D | ExprCXX.h | 928 NestedNameSpecifierLoc QualifierLoc; 2531 NestedNameSpecifierLoc QualifierLoc; 2888 NestedNameSpecifierLoc QualifierLoc; 2892 NestedNameSpecifierLoc QualifierLoc, 3102 NestedNameSpecifierLoc QualifierLoc, 3123 NestedNameSpecifierLoc QualifierLoc, 3153 if (NestedNameSpecifierLoc l = getQualifierLoc()) in getBeginLoc() 3202 NestedNameSpecifierLoc QualifierLoc; 3570 NestedNameSpecifierLoc QualifierLoc; 3848 NestedNameSpecifierLoc QualifierLoc, [all …]
|
| H A D | StmtCXX.h | 255 NestedNameSpecifierLoc QualifierLoc; 264 NestedNameSpecifierLoc QualifierLoc, in MSDependentExistsStmt() 284 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; } in getQualifierLoc()
|
| H A D | ASTImporter.h | 438 llvm::Expected<NestedNameSpecifierLoc> 439 Import(NestedNameSpecifierLoc FromNNS);
|
| H A D | ExprConcepts.h | 58 ConceptSpecializationExpr(const ASTContext &C, NestedNameSpecifierLoc NNS, 77 Create(const ASTContext &C, NestedNameSpecifierLoc NNS,
|
| H A D | OpenMPClause.h | 2940 NestedNameSpecifierLoc QualifierLoc; 2959 NestedNameSpecifierLoc QualifierLoc, in OMPReductionClause() 3270 NestedNameSpecifierLoc QualifierLoc; 3400 NestedNameSpecifierLoc QualifierLoc, 3501 NestedNameSpecifierLoc QualifierLoc; 3644 NestedNameSpecifierLoc QualifierLoc, 5042 NestedNameSpecifierLoc MapperQualifierLoc; 5069 NestedNameSpecifierLoc *MapperQualifierLocPtr = nullptr, 5262 void setMapperQualifierLoc(NestedNameSpecifierLoc NNSL) { in setMapperQualifierLoc() 5315 NestedNameSpecifierLoc getMapperQualifierLoc() const { in getMapperQualifierLoc() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 386 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { in getDataLength() 409 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() 413 NestedNameSpecifierLoc First = *this; in getSourceRange() 414 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange() 421 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange() 452 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { in getTypeLoc() 671 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt() 690 NestedNameSpecifierLoc 693 return NestedNameSpecifierLoc(); in getWithLocInContext() 698 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext() [all …]
|
| H A D | ASTTypeTraits.cpp | 150 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) { in print() 184 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in getSourceRange()
|
| H A D | ExprConcepts.cpp | 34 const ASTContext &C, NestedNameSpecifierLoc NNS, in ConceptSpecializationExpr() 73 NestedNameSpecifierLoc NNS, in Create() 95 ConceptReference(NestedNameSpecifierLoc(), SourceLocation(), in ConceptSpecializationExpr()
|
| H A D | ExprCXX.cpp | 322 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr() 351 NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, in UnresolvedLookupExpr() 385 NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, in Create() 414 NestedNameSpecifierLoc QualifierLoc, in OverloadExpr() 460 QualType Ty, NestedNameSpecifierLoc QualifierLoc, in DependentScopeDeclRefExpr() 479 const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, in Create() 502 QualType(), NestedNameSpecifierLoc(), SourceLocation(), in CreateEmpty() 1364 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() 1406 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create() 1459 NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, in UnresolvedMemberExpr() [all …]
|
| H A D | ParentMapContext.cpp | 330 DynTypedNode createDynTypedNode(const NestedNameSpecifierLoc &Node) { in createDynTypedNode() 426 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSLocNode) { in TraverseNestedNameSpecifierLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | NodeIntrospection.h | 26 class NestedNameSpecifierLoc; variable 92 NodeLocationAccessors GetLocations(clang::NestedNameSpecifierLoc const &);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 124 else if (const NestedNameSpecifierLoc *NNSLoc = in findMatch() 125 DynNode.get<NestedNameSpecifierLoc>()) in findMatch() 221 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc() 338 bool baseTraverse(NestedNameSpecifierLoc NNS) { in baseTraverse() 489 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS); 689 } else if (auto *N = Node.get<NestedNameSpecifierLoc>()) { in match() 888 void matchDispatch(const NestedNameSpecifierLoc *Node) { in matchDispatch() 889 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc); in matchDispatch() 1265 NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc() 1375 Matchers.NestedNameSpecifierLoc.emplace_back(NodeMatch, Action); in addMatcher() [all …]
|
| H A D | ASTMatchersInternal.cpp | 1003 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>, 1004 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>> 1008 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>, 1009 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>> 1014 const internal::VariadicAllOfMatcher<NestedNameSpecifierLoc>
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingContext.h | 29 class NestedNameSpecifierLoc; variable 112 void indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
|
| H A D | IndexTypeSourceInfo.cpp | 103 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc() 259 void IndexingContext::indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS, in indexNestedNameSpecifierLoc() 265 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix()) in indexNestedNameSpecifierLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | EmptyNodeIntrospection.inc.in | 24 clang::NestedNameSpecifierLoc const&) {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 331 void add(NestedNameSpecifierLoc From, syntax::Tree *To) { in add() 342 syntax::Tree *find(NestedNameSpecifierLoc P) const { in find() 348 llvm::DenseMap<NestedNameSpecifierLoc, syntax::Tree *> NNSNodes; 394 NestedNameSpecifierLoc From) { in foldNode() 434 void markChild(NestedNameSpecifierLoc N, NodeRole R); 927 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) { in getLocalSourceRange() 976 buildNameSpecifier(const NestedNameSpecifierLoc &NNSLoc) { in buildNameSpecifier() 1022 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc QualifierLoc) { in TraverseNestedNameSpecifierLoc() 1038 syntax::IdExpression *buildIdExpression(NestedNameSpecifierLoc QualifierLoc, in buildIdExpression() 1705 void syntax::TreeBuilder::markChild(NestedNameSpecifierLoc NNSLoc, NodeRole R) { in markChild()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 114 NestedNameSpecifierLoc NestedNameSpecifier = in StartLocationForType() 352 bool VisitNestedNameSpecifierLocations(NestedNameSpecifierLoc NestedLoc) { in VisitNestedNameSpecifierLocations() 379 if (const auto *NSL = Parents[0].get<NestedNameSpecifierLoc>()) { in VisitTypeLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 146 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; 3492 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>, 3493 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>> 3509 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>, 3510 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>> 7034 extern const internal::VariadicAllOfMatcher<NestedNameSpecifierLoc> 7040 internal::BindableMatcher<NestedNameSpecifierLoc>, loc, 7042 return internal::BindableMatcher<NestedNameSpecifierLoc>( 7077 AST_MATCHER_P(NestedNameSpecifierLoc, specifiesTypeLoc, in AST_MATCHER_P() argument 7110 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix, [all …]
|