Home
last modified time | relevance | path

Searched defs:VisitDecayedType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp943 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DType.cpp1199 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function
H A DASTImporter.cpp1145 ExpectedType ASTNodeImporter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTNodeImporter