Searched refs:VisitTypedefType (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/ | ||
D | json_map_decl_visitor.cc | 41 bool VisitTypedefType(const clang::TypedefType *T); |
/external/clang/lib/StaticAnalyzer/Checkers/ | ||
D | DynamicTypePropagation.cpp | 629 bool VisitTypedefType(const TypedefType *Type) { in isObjCTypeParamDependent() function in isObjCTypeParamDependent::IsObjCTypeParamDependentTypeVisitor |
/external/clang/lib/AST/ | ||
D | ASTDumper.cpp | 345 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anona58a3af10111::ASTDumper |
D | ASTImporter.cpp | 60 QualType VisitTypedefType(const TypedefType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 283 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter |