Searched refs:UnresolvedUsingType (Results 1 – 25 of 34) sorted by relevance
12
/external/llvm-project/clang/include/clang/Basic/ |
D | TypeNodes.td | 78 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
|
/external/llvm-project/clang/include/clang/AST/ |
D | TextNodeDumper.h | 310 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
|
D | JSONNodeDumper.h | 217 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
|
D | TypeProperties.td | 355 let Class = UnresolvedUsingType in {
|
D | RecursiveASTVisitor.h | 973 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1244 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
D | TypeLoc.h | 695 UnresolvedUsingType> {
|
D | Type.h | 4332 class UnresolvedUsingType : public Type { 4337 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 759 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized() 1014 UnresolvedUsingType> HasDeclarationSupportedTypes;
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 802 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore() 806 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
|
D | ItaniumMangle.cpp | 1863 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId() 2604 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
|
D | ASTDumper.cpp | 342 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|
D | MicrosoftMangle.cpp | 2029 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 957 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized() 1151 UnresolvedUsingType, ObjCIvarRefExpr>;
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 739 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 743 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 900 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent() 901 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
|
D | ODRHash.cpp | 1101 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|
D | TypePrinter.cpp | 1032 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore() 1037 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
|
D | JSONNodeDumper.cpp | 628 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
|
D | TextNodeDumper.cpp | 1471 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|
D | ItaniumMangle.cpp | 2116 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId() 3060 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
|
D | MicrosoftMangle.cpp | 2656 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 984 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1200 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
D | TypeLoc.h | 645 UnresolvedUsingType> {
|
D | Type.h | 3476 class UnresolvedUsingType : public Type { 3479 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
|
12