Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp789 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in __anon79b649e50211::ODRTypeVisitor
H A DType.cpp1113 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function
H A DASTImporter.cpp1086 ExpectedType ASTNodeImporter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTNodeImporter