Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp629 bool VisitTypedefType(const TypedefType *Type) { in isObjCTypeParamDependent() function in isObjCTypeParamDependent::IsObjCTypeParamDependentTypeVisitor
/external/clang/lib/AST/
DASTDumper.cpp345 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anoncb1396a70111::ASTDumper
DASTImporter.cpp60 QualType VisitTypedefType(const TypedefType *T);
1773 QualType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp283 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter