Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td78 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h308 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
H A DJSONNodeDumper.h217 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
H A DTypeProperties.td355 let Class = UnresolvedUsingType in {
H A DRecursiveASTVisitor.h986 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1257 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h695 UnresolvedUsingType> {
H A DType.h4343 class UnresolvedUsingType : public Type {
4348 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp743 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h6030 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
14346 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
H A DSemaTemplate.cpp6057 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp918 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
919 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1035 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
1040 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DODRHash.cpp1101 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DJSONNodeDumper.cpp628 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
H A DTextNodeDumper.cpp1473 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DItaniumMangle.cpp2292 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
3272 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
H A DMicrosoftMangle.cpp2768 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
H A DASTImporter.cpp352 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);
1287 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DASTContext.cpp4511 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1049 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {
1223 UnresolvedUsingType, ObjCIvarRefExpr>;