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

  /external/clang/include/clang/AST/
ASTImporter.h 129 DeclContext *ImportContext(DeclContext *FromDC);
  /external/clang/lib/AST/
ASTImporter.cpp 87 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 260 const DeclContext *FromDC = From->getDeclContext()->getPrimaryContext();
262 if (FromDC == ToDC) return true;
263 if (FromDC->isFileContext() || ToDC->isFileContext()) return false;
    [all...]

Completed in 55 milliseconds