Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeNodes.td79 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h314 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
H A DJSONNodeDumper.h219 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
H A DTypeProperties.td355 let Class = UnresolvedUsingType in {
H A DRecursiveASTVisitor.h1080 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1354 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h704 UnresolvedUsingType> {
H A DType.h4413 class UnresolvedUsingType : public Type {
4418 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp764 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h6119 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
14705 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
H A DSemaTemplate.cpp6119 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp920 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
921 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
H A DODRHash.cpp1102 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DTypePrinter.cpp1065 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
1070 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DJSONNodeDumper.cpp659 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
H A DTextNodeDumper.cpp1540 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DItaniumMangle.cpp2359 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
3359 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
H A DMicrosoftMangle.cpp2808 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
H A DASTImporter.cpp391 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);
1342 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DASTContext.cpp4698 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Decl); in getUnresolvedUsingType()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1040 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1221 UnresolvedUsingType, ObjCIvarRefExpr>;
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp384 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in add()