Searched refs:VisitDecltypeType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ | ||
D | ASTDumper.cpp | 345 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anon59a9c3280111::ASTDumper |
D | ASTImporter.cpp | 64 QualType VisitDecltypeType(const DecltypeType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 265 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTTypeWriter |
/external/clang/lib/Sema/ | ||
D | SemaTemplate.cpp | 4034 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() function in UnnamedLocalNoLinkageFinder |