Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Djson_map_decl_visitor.cc41 bool VisitTypedefType(const clang::TypedefType *T);
179 bool BMapDeclVisitor::VisitTypedefType(const TypedefType *T) { return TraverseDecl(T->getDecl()); } in VisitTypedefType() function in ebpf::BMapDeclVisitor
/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 __anona58a3af10111::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