Searched refs:UnresolvedUsingType (Results 1 – 25 of 42) sorted by relevance
12
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | TextNodeDumper.h | 321 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
|
D | AbstractTypeWriter.inc | 120 return writeUnresolvedUsingType(static_cast<const UnresolvedUsingType *>(node)); 605 void writeUnresolvedUsingType(const UnresolvedUsingType *node) {
|
D | JSONNodeDumper.h | 228 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
|
D | RecursiveASTVisitor.h | 1055 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1329 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | TextNodeDumper.h | 331 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
|
D | AbstractTypeWriter.inc | 126 return writeUnresolvedUsingType(static_cast<const UnresolvedUsingType *>(node)); 644 void writeUnresolvedUsingType(const UnresolvedUsingType *node) {
|
D | JSONNodeDumper.h | 231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | TextNodeDumper.h | 329 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
|
D | AbstractTypeWriter.inc | 122 return writeUnresolvedUsingType(static_cast<const UnresolvedUsingType *>(node)); 614 void writeUnresolvedUsingType(const UnresolvedUsingType *node) {
|
D | JSONNodeDumper.h | 230 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
|
D | RecursiveASTVisitor.h | 1061 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1340 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | TextNodeDumper.h | 329 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
|
D | AbstractTypeWriter.inc | 122 return writeUnresolvedUsingType(static_cast<const UnresolvedUsingType *>(node)); 614 void writeUnresolvedUsingType(const UnresolvedUsingType *node) {
|
D | JSONNodeDumper.h | 230 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
|
D | RecursiveASTVisitor.h | 1061 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1340 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 759 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized() 1014 UnresolvedUsingType> HasDeclarationSupportedTypes;
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | TypePrinter.cpp | 802 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore() 806 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
|
H A D | ItaniumMangle.cpp | 1863 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId() 2604 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 739 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) { 1220 UnresolvedUsingType, ObjCIvarRefExpr>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) { 1220 UnresolvedUsingType, ObjCIvarRefExpr>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) { 1220 UnresolvedUsingType, ObjCIvarRefExpr>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) { 1220 UnresolvedUsingType, ObjCIvarRefExpr>;
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | RecursiveASTVisitor.h | 984 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1200 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
H A D | TypeLoc.h | 645 UnresolvedUsingType> {
|
12