Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp844 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anonfecede4a0211::ODRTypeVisitor
851 VisitDecltypeType(T); in VisitDependentDecltypeType()
H A DASTImporter.cpp398 ExpectedType VisitDecltypeType(const DecltypeType *T);
1396 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTNodeImporter
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h379 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp376 void VisitDecltypeType(const DecltypeType *DTT) { in add() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp6131 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() function in UnnamedLocalNoLinkageFinder