Home
last modified time | relevance | path

Searched refs:NestedNameSpecifierLoc (Results 1 – 25 of 76) sorted by relevance

1234

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h243 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 DASTTypeTraits.h197 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 DASTConcept.h103 NestedNameSpecifierLoc NestedNameSpec;
127 ConceptReference(NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, in ConceptReference()
138 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc()
175 TypeConstraint(NestedNameSpecifierLoc NNS, in TypeConstraint()
H A DTemplateBase.h431 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 DDeclCXX.h2887 NestedNameSpecifierLoc QualifierLoc;
2898 NestedNameSpecifierLoc QualifierLoc, in UsingDirectiveDecl()
2996 NestedNameSpecifierLoc QualifierLoc;
3390 NestedNameSpecifierLoc QualifierLoc;
3404 NestedNameSpecifierLoc QualifierLoc, in UsingDecl()
3506 NestedNameSpecifierLoc QualifierLoc,
3613 NestedNameSpecifierLoc QualifierLoc;
3621 NestedNameSpecifierLoc QualifierLoc, in UnresolvedUsingValueDecl()
3669 NestedNameSpecifierLoc QualifierLoc,
3712 NestedNameSpecifierLoc QualifierLoc;
[all …]
H A DTypeLoc.h2046 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 DExprCXX.h928 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 DStmtCXX.h255 NestedNameSpecifierLoc QualifierLoc;
264 NestedNameSpecifierLoc QualifierLoc, in MSDependentExistsStmt()
284 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; } in getQualifierLoc()
H A DASTImporter.h438 llvm::Expected<NestedNameSpecifierLoc>
439 Import(NestedNameSpecifierLoc FromNNS);
H A DOpenMPClause.h2832 NestedNameSpecifierLoc QualifierLoc;
2851 NestedNameSpecifierLoc QualifierLoc, in OMPReductionClause()
3162 NestedNameSpecifierLoc QualifierLoc;
3292 NestedNameSpecifierLoc QualifierLoc,
3393 NestedNameSpecifierLoc QualifierLoc;
3536 NestedNameSpecifierLoc QualifierLoc,
4934 NestedNameSpecifierLoc MapperQualifierLoc;
4961 NestedNameSpecifierLoc *MapperQualifierLocPtr = nullptr,
5154 void setMapperQualifierLoc(NestedNameSpecifierLoc NNSL) { in setMapperQualifierLoc()
5207 NestedNameSpecifierLoc getMapperQualifierLoc() const { in getMapperQualifierLoc()
[all …]
H A DExprConcepts.h58 ConceptSpecializationExpr(const ASTContext &C, NestedNameSpecifierLoc NNS,
77 Create(const ASTContext &C, NestedNameSpecifierLoc NNS,
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp386 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()
451 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { in getTypeLoc()
670 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt()
689 NestedNameSpecifierLoc
692 return NestedNameSpecifierLoc(); in getWithLocInContext()
697 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
[all …]
H A DASTTypeTraits.cpp150 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) { in print()
184 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in getSourceRange()
H A DExprConcepts.cpp34 const ASTContext &C, NestedNameSpecifierLoc NNS, in ConceptSpecializationExpr()
73 NestedNameSpecifierLoc NNS, in Create()
95 ConceptReference(NestedNameSpecifierLoc(), SourceLocation(), in ConceptSpecializationExpr()
H A DExprCXX.cpp321 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr()
350 NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, in UnresolvedLookupExpr()
384 NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, in Create()
413 NestedNameSpecifierLoc QualifierLoc, in OverloadExpr()
459 QualType Ty, NestedNameSpecifierLoc QualifierLoc, in DependentScopeDeclRefExpr()
478 const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, in Create()
501 QualType(), NestedNameSpecifierLoc(), SourceLocation(), in CreateEmpty()
1363 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr()
1405 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create()
1458 NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, in UnresolvedMemberExpr()
[all …]
H A DParentMapContext.cpp330 DynTypedNode createDynTypedNode(const NestedNameSpecifierLoc &Node) { in createDynTypedNode()
426 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSLocNode) { in TraverseNestedNameSpecifierLoc()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp124 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 DASTMatchersInternal.cpp1002 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>,
1003 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>>
1007 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>,
1008 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>>
1013 const internal::VariadicAllOfMatcher<NestedNameSpecifierLoc>
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DNodeIntrospection.h26 class NestedNameSpecifierLoc; variable
92 NodeLocationAccessors GetLocations(clang::NestedNameSpecifierLoc const &);
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.h29 class NestedNameSpecifierLoc; variable
112 void indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
H A DIndexTypeSourceInfo.cpp103 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
259 void IndexingContext::indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS, in indexNestedNameSpecifierLoc()
265 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix()) in indexNestedNameSpecifierLoc()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp331 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()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp114 NestedNameSpecifierLoc NestedNameSpecifier = in StartLocationForType()
352 bool VisitNestedNameSpecifierLocations(NestedNameSpecifierLoc NestedLoc) { in VisitNestedNameSpecifierLocations()
379 if (const auto *NSL = Parents[0].get<NestedNameSpecifierLoc>()) { in VisitTypeLoc()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/
H A DEmptyNodeIntrospection.inc.in24 clang::NestedNameSpecifierLoc const&) {
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h146 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>;
3480 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>,
3481 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>>
3497 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>,
3498 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>>
7022 extern const internal::VariadicAllOfMatcher<NestedNameSpecifierLoc>
7028 internal::BindableMatcher<NestedNameSpecifierLoc>, loc,
7030 return internal::BindableMatcher<NestedNameSpecifierLoc>(
7065 AST_MATCHER_P(NestedNameSpecifierLoc, specifiesTypeLoc, in AST_MATCHER_P() argument
7098 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
[all …]

1234