Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp712 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in __anondc2745e90211::ODRTypeVisitor
H A DType.cpp978 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function
H A DASTImporter.cpp324 ExpectedType VisitDecayedType(const DecayedType *T);
1018 ExpectedType ASTNodeImporter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp200 void ASTTypeWriter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTTypeWriter