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

  /external/clang/include/clang/Lex/
PPCallbacks.h 117 /// \param Imported The module, whenever an inclusion directive was
128 const Module *Imported) {
139 /// \param Imported The imported module; can be null if importing failed.
143 const Module *Imported) {
359 const Module *Imported) override {
362 Imported);
365 Imported);
369 const Module *Imported) override {
370 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
PreprocessingRecord.h 578 const Module *Imported) override;
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 67 const Module *Imported) {
76 this->Imported = Imported;
87 const Module* Imported;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 53 const Module *Imported) override;
75 const Module *Imported) {
DependencyFile.cpp 71 const Module *Imported) override {
164 const Module *Imported) override;
268 const Module *Imported) {
DiagnosticRenderer.cpp 246 // If this source location was imported from a module, print the module
249 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc);
250 if (Imported.first.isValid()) {
251 // This location was imported by a module. Emit the module import stack.
252 emitImportStackRecursively(Imported.first, Imported.second, SM);
495 Message << "in module '" << ModuleName << "' imported from "
509 Message << "while building module '" << ModuleName << "' imported from "
PrintPreprocessedOutput.cpp 134 const Module *Imported) override;
326 const Module *Imported) {
330 if (Imported) {
333 OS << "@import " << Imported->getFullModuleName() << ";"
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTImporter.h 55 /// \brief Mapping from the already-imported types in the "from" context
59 /// \brief Mapping from the already-imported declarations in the "from"
63 /// \brief Mapping from the already-imported statements in the "from"
67 /// \brief Mapping from the already-imported FileIDs in the "from" source
71 /// \brief Imported, anonymous tag declarations that are missing their
214 /// imported declaration. By default, the returned name is the same as the
219 /// renaming the declaration being imported.
221 /// \param Name the name of the declaration being imported, which conflicts
225 /// the name is being imported.
230 /// declaration being imported
    [all...]
Decl.h 482 /// \brief Determine whether this symbol is weakly-imported,
    [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 67 const Module *Imported) override;
177 const Module *Imported) {
181 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported)));
183 if (!Imported)
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 513 ASTImporter::Imported(from, to);
572 ClangASTImporter::Minion::Imported (clang::Decl *from, clang::Decl *to)
592 log->Printf(" [ClangASTImporter] Imported (%sDecl*)%p, named %s (from (Decl*)%p), metadata 0x%" PRIx64,
601 log->Printf(" [ClangASTImporter] Imported (%sDecl*)%p (from (Decl*)%p), metadata 0x%" PRIx64,
625 direct_completer->ASTImporter::Imported(origin_iter->second.decl, to);
717 return clang::ASTImporter::Imported(from, to);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 394 | #{ @path }: unable to locate imported grammar file #{ imp }.g
398 Imported.new( self, file )
426 class GrammarFile::Imported < GrammarFile
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PreprocessingRecord.cpp 445 const Module *Imported) {
480 (bool)Imported,
Preprocessor.cpp 476 // #imported, it won't be re-entered.
726 Module *Imported = TheModuleLoader.loadModule(ModuleImportLoc,
731 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 279 clang::Decl *Imported (clang::Decl *from, clang::Decl *to);
  /external/clang/tools/libclang/
Indexing.cpp 274 const Module *Imported) override {
278 Imported);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 395 // imported until after this module finishes validation.
    [all...]

Completed in 608 milliseconds