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

  /development/vndk/tools/header-checker/src/dumper/
ast_processing.h 46 bool VisitRecordDecl(const clang::RecordDecl *decl);
ast_processing.cpp 43 bool HeaderASTVisitor::VisitRecordDecl(const clang::RecordDecl *decl) {
  /external/bcc/src/cc/
json_map_decl_visitor.cc 38 bool VisitRecordDecl(clang::RecordDecl *Decl);
121 bool BMapDeclVisitor::VisitRecordDecl(RecordDecl *D) {
  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 55 bool VisitRecordDecl(const RecordDecl *RD) {
  /external/clang/lib/AST/
DeclPrinter.cpp 61 void VisitRecordDecl(RecordDecl *D);
422 void DeclPrinter::VisitRecordDecl(RecordDecl *D) {
    [all...]
ASTDumper.cpp 425 void VisitRecordDecl(const RecordDecl *D);
    [all...]
ASTImporter.cpp 146 Decl *VisitRecordDecl(RecordDecl *D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 73 void VisitRecordDecl(RecordDecl *D);
457 void ASTDeclWriter::VisitRecordDecl(RecordDecl *D) {
    [all...]
ASTReaderDecl.cpp 279 void VisitRecordDecl(RecordDecl *RD) { VisitRecordDeclImpl(RD); }
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 1021 milliseconds