HomeSort by: relevance | last modified time | path
    Searched refs:isModulePurview (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 131 ModuleScopes.back().Module->isModulePurview()) {
534 if (ModuleScopes.empty() || !ModuleScopes.back().Module->isModulePurview()) {
Sema.cpp 1133 !ModuleScopes.back().Module->isModulePurview()) &&
SemaDecl.cpp 1588 bool NewIsModuleInterface = NewM && NewM->isModulePurview();
1589 bool OldIsModuleInterface = OldM && OldM->isModulePurview();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 152 bool isModulePurview() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 574 return M->isModulePurview();

Completed in 34 milliseconds