Searched defs:VisitDecayedType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 712 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in __anondc2745e90211::ODRTypeVisitor |
| H A D | Type.cpp | 978 QualType VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function |
| H A D | ASTImporter.cpp | 1018 ExpectedType ASTNodeImporter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTNodeImporter |
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ | ||
| H A D | ASTWriter.cpp | 200 void ASTTypeWriter::VisitDecayedType(const DecayedType *T) { in VisitDecayedType() function in ASTTypeWriter |