Home
last modified time | relevance | path

Searched refs:VisitDecayedType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp258 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp971 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DType.cpp1249 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function
H A DASTImporter.cpp1374 ExpectedType ASTNodeImporter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTNodeImporter