Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DTextNodeDumper.h321 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
DAbstractTypeWriter.inc120 return writeUnresolvedUsingType(static_cast<const UnresolvedUsingType *>(node));
605 void writeUnresolvedUsingType(const UnresolvedUsingType *node) {
DJSONNodeDumper.h228 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
DRecursiveASTVisitor.h1055 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1329 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DTextNodeDumper.h331 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
DAbstractTypeWriter.inc126 return writeUnresolvedUsingType(static_cast<const UnresolvedUsingType *>(node));
644 void writeUnresolvedUsingType(const UnresolvedUsingType *node) {
DJSONNodeDumper.h231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DTextNodeDumper.h329 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
DAbstractTypeWriter.inc122 return writeUnresolvedUsingType(static_cast<const UnresolvedUsingType *>(node));
614 void writeUnresolvedUsingType(const UnresolvedUsingType *node) {
DJSONNodeDumper.h230 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
DRecursiveASTVisitor.h1061 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1340 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DTextNodeDumper.h329 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
DAbstractTypeWriter.inc122 return writeUnresolvedUsingType(static_cast<const UnresolvedUsingType *>(node));
614 void writeUnresolvedUsingType(const UnresolvedUsingType *node) {
DJSONNodeDumper.h230 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
DRecursiveASTVisitor.h1061 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1340 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h759 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized()
1014 UnresolvedUsingType> HasDeclarationSupportedTypes;
/aosp_15_r20/external/clang/lib/AST/
H A DTypePrinter.cpp802 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
806 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DItaniumMangle.cpp1863 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
2604 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp739 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/
DASTMatchersInternal.h1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1220 UnresolvedUsingType, ObjCIvarRefExpr>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/
DASTMatchersInternal.h1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1220 UnresolvedUsingType, ObjCIvarRefExpr>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/
DASTMatchersInternal.h1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1220 UnresolvedUsingType, ObjCIvarRefExpr>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/
DASTMatchersInternal.h1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1220 UnresolvedUsingType, ObjCIvarRefExpr>;
/aosp_15_r20/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h984 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1200 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h645 UnresolvedUsingType> {

12