Searched defs:VisitDecltypeType (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 379 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function |
/openbsd-src/gnu/llvm/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 998 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anoncf944ab10211::ODRTypeVisitor |
H A D | ASTImporter.cpp | 1394 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTNodeImporter |
/openbsd-src/gnu/llvm/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 6296 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() function in UnnamedLocalNoLinkageFinder |