Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp604 bool VisitTypedefType(const TypedefType *Type) { in isObjCTypeParamDependent() function in isObjCTypeParamDependent::IsObjCTypeParamDependentTypeVisitor
/external/clang/lib/AST/
DASTDumper.cpp343 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anon2110b7290111::ASTDumper
DASTImporter.cpp60 QualType VisitTypedefType(const TypedefType *T);
1690 QualType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp253 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter