Home
last modified time | relevance | path

Searched refs:VisitUnresolvedUsingType (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DTextNodeDumper.h321 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
DJSONNodeDumper.h228 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DTextNodeDumper.h331 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
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);
DJSONNodeDumper.h230 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DTextNodeDumper.h329 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
DJSONNodeDumper.h230 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/aosp_15_r20/external/clang/lib/AST/
H A DASTDumper.cpp342 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType() function in __anon1ee0a15e0111::ASTDumper
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp278 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType() function in ASTTypeWriter
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplate.cpp4137 bool UnnamedLocalNoLinkageFinder::VisitUnresolvedUsingType( in VisitUnresolvedUsingType() function in UnnamedLocalNoLinkageFinder