Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp944 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in __anonc0cde9a70211::ODRTypeVisitor
H A DType.cpp1123 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function
H A DASTImporter.cpp373 ExpectedType VisitDecayedType(const DecayedType *T);
1136 ExpectedType ASTNodeImporter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTNodeImporter