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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 161 Module *getCurrentModule() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 396 getCurrentModule()->Exports.emplace_back(Mod, false);
494 cast<Decl>(DC)->setLocalOwningModule(getCurrentModule());
495 if (!getCurrentModule())
Sema.cpp 1143 if (Module *CurrentModule = PP.getCurrentModule()) {
SemaLookup.cpp 1505 if (auto *M = getCurrentModule())
SemaDecl.cpp 4309 EmittedDiag |= noteFromModuleOrInclude(getCurrentModule(), NewIncLoc);
16001 PrevDecl->getOwningModule() != getCurrentModule()) &&
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 289 getCurrentModule()->print(OS);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 536 if (Module *Mod = getCurrentModule()) {
Preprocessor.cpp 517 Module *Preprocessor::getCurrentModule() {
PPDirectives.cpp 779 BuildSystemModule = getCurrentModule()->IsSystem;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 143 Module *FrontendAction::getCurrentModule() const {
FrontendActions.cpp 856 getCurrentModule()->print(*OS);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1992 Module *getCurrentModule();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2146 Module *getCurrentModule() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 954 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr;

Completed in 55 milliseconds