Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTypeNodes.td79 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h314 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
H A DJSONNodeDumper.h220 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
H A DTypeProperties.td355 let Class = UnresolvedUsingType in {
H A DRecursiveASTVisitor.h1063 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1337 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h704 UnresolvedUsingType> {
H A DType.h4477 class UnresolvedUsingType : public Type {
4482 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp764 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h6218 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
14892 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
H A DSemaTemplate.cpp6284 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1220 UnresolvedUsingType, ObjCIvarRefExpr>;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp971 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
972 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1061 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
1066 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DODRHash.cpp1256 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DJSONNodeDumper.cpp668 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
H A DTextNodeDumper.cpp1540 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DItaniumMangle.cpp2356 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
3356 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
H A DMicrosoftMangle.cpp2815 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
H A DASTImporter.cpp389 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);
1337 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DASTContext.cpp4762 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Decl); in getUnresolvedUsingType()