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

  /external/clang/lib/AST/
DeclPrinter.cpp 55 void VisitDeclContext(DeclContext *DC, bool Indent = true);
191 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);
273 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) {
378 VisitDeclContext(D, false);
416 VisitDeclContext(D);
434 VisitDeclContext(D);
812 VisitDeclContext(D);
872 VisitDeclContext(D);
890 VisitDeclContext(D);
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 75 void VisitDeclContext(const DeclContext *D);
181 void USRGenerator::VisitDeclContext(const DeclContext *DC) {
192 VisitDeclContext(D->getDeclContext());
205 VisitDeclContext(D->getDeclContext());
266 VisitDeclContext(D->getDeclContext());
285 VisitDeclContext(D->getDeclContext());
316 VisitDeclContext(D->getDeclContext());
330 VisitDeclContext(D->getDeclContext());
434 VisitDeclContext(D->getDeclContext());
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 122 void VisitDeclContext(DeclContext *DC);
279 VisitDeclContext(DC);
    [all...]
ASTReaderDecl.cpp 339 std::pair<uint64_t, uint64_t> VisitDeclContext(DeclContext *DC);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 531 } else if (VisitDeclContext(
614 bool CursorVisitor::VisitDeclContext(DeclContext *DC) {
696 return VisitDeclContext(D);
979 // FIXME: Eventually convert back to just 'VisitDeclContext()'. Essentially
984 return VisitDeclContext(D);
    [all...]

Completed in 555 milliseconds