Home
last modified time | relevance | path

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

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