Home
last modified time | relevance | path

Searched refs:UnresolvedUsingType (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/clang/include/clang/Basic/
DTypeNodes.td78 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h310 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
DJSONNodeDumper.h217 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
DTypeProperties.td355 let Class = UnresolvedUsingType in {
DRecursiveASTVisitor.h973 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1244 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
DTypeLoc.h695 UnresolvedUsingType> {
DType.h4332 class UnresolvedUsingType : public Type {
4337 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h759 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized()
1014 UnresolvedUsingType> HasDeclarationSupportedTypes;
/external/clang/lib/AST/
DTypePrinter.cpp802 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
806 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
DItaniumMangle.cpp1863 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
2604 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
DASTDumper.cpp342 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
DMicrosoftMangle.cpp2029 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h957 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
1151 UnresolvedUsingType, ObjCIvarRefExpr>;
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp739 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp743 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp900 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
901 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
DODRHash.cpp1101 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
DTypePrinter.cpp1032 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
1037 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
DJSONNodeDumper.cpp628 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
DTextNodeDumper.cpp1471 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
DItaniumMangle.cpp2116 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
3060 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
DMicrosoftMangle.cpp2656 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h984 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1200 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
DTypeLoc.h645 UnresolvedUsingType> {
DType.h3476 class UnresolvedUsingType : public Type {
3479 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)

12