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 126 DeclContext *ImportContext(DeclContext *FromDC);
  /external/clang/lib/AST/
ASTImporter.cpp 88 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 243 const DeclContext *FromDC = From->getDeclContext()->getPrimaryContext();
245 if (FromDC == ToDC) return true;
246 if (FromDC->isFileContext() || ToDC->isFileContext()) return false;
    [all...]

Completed in 239 milliseconds