Home
last modified time | relevance | path

Searched refs:VisitDecltypeType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp766 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anondc2745e90211::ODRTypeVisitor
773 VisitDecltypeType(T); in VisitDependentDecltypeType()
H A DASTDumper.cpp173 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anon7de60b550111::ASTDumper
H A DASTImporter.cpp346 ExpectedType VisitDecltypeType(const DecltypeType *T);
1269 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp356 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTTypeWriter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp5426 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() function in UnnamedLocalNoLinkageFinder