Searched defs:VisitDeducedType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1009 void VisitDeducedType(const DeducedType *T) { VisitDeducedType() function in __anon5944dbcd0211::ODRTypeVisitor |
H A D | Type.cpp | 1927 Type *VisitDeducedType(const DeducedType *AT) { VisitDeducedType() function in __anon634037c60311::GetContainedDeducedTypeVisitor |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | FindTarget.cpp | 387 void VisitDeducedType(const DeducedType *DT) { in add() function |