Searched defs:VisitDecltypeType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 422 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1000 void VisitDecltypeType(const DecltypeType *T) { VisitDecltypeType() function in __anon5944dbcd0211::ODRTypeVisitor |
H A D | ASTImporter.cpp | 1440 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { VisitDecltypeType() function in ASTNodeImporter |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | FindTarget.cpp | 384 void VisitDecltypeType(const DecltypeType *DTT) { in add() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 6956 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { VisitDecltypeType() function in UnnamedLocalNoLinkageFinder |