Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp790 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in __anonfecede4a0211::ODRTypeVisitor
H A DType.cpp1119 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function
H A DASTImporter.cpp375 ExpectedType VisitDecayedType(const DecayedType *T);
1141 ExpectedType ASTNodeImporter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTNodeImporter