HomeSort by relevance Sort by last modified time
    Searched refs:VisitTypedefType (Results 1 - 5 of 5) sorted by null

  /external/bcc/src/cc/
json_map_decl_visitor.cc 41 bool VisitTypedefType(const clang::TypedefType *T);
179 bool BMapDeclVisitor::VisitTypedefType(const TypedefType *T) { return TraverseDecl(T->getDecl()); }
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 629 bool VisitTypedefType(const TypedefType *Type) {
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 345 void VisitTypedefType(const TypedefType *T) {
    [all...]
ASTImporter.cpp 60 QualType VisitTypedefType(const TypedefType *T);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 283 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) {
    [all...]

Completed in 1320 milliseconds