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

  /external/clang/lib/Sema/
SemaAccess.cpp 261 const DeclContext *ToDC = To->getDeclContext()->getPrimaryContext();
262 if (FromDC == ToDC) return true;
263 if (FromDC->isFileContext() || ToDC->isFileContext()) return false;
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 64 milliseconds