Searched refs:VisitTypedefType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ | ||
D | DynamicTypePropagation.cpp | 604 bool VisitTypedefType(const TypedefType *Type) { in isObjCTypeParamDependent() function in isObjCTypeParamDependent::IsObjCTypeParamDependentTypeVisitor |
/external/clang/lib/AST/ | ||
D | ASTDumper.cpp | 343 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anon2110b7290111::ASTDumper |
D | ASTImporter.cpp | 60 QualType VisitTypedefType(const TypedefType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 253 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter |