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

  /external/clang/include/clang/Lex/
PPCallbacks.h 119 /// \param Imported The module, whenever an inclusion directive was
130 const Module *Imported) {
141 /// \param Imported The imported module; can be null if importing failed.
145 const Module *Imported) {
357 const Module *Imported) override {
360 Imported);
363 Imported);
367 const Module *Imported) override {
368 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
ModuleMap.h 481 ModuleHeaderRole Role, bool Imported = false);
PreprocessingRecord.h 498 const Module *Imported) override;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 53 const Module *Imported) override;
76 const Module *Imported) {
DependencyFile.cpp 66 const Module *Imported) override {
192 const Module *Imported) override;
302 const Module *Imported) {
DiagnosticRenderer.cpp 244 // If this source location was imported from a module, print the module
247 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc);
248 if (!Imported.second.empty()) {
249 // This location was imported by a module. Emit the module import stack.
250 emitImportStackRecursively(Imported.first, Imported.second, SM);
647 Message << "' imported from " << PLoc.getFilename() << ':'
662 Message << "while building module '" << ModuleName << "' imported from "
PrintPreprocessedOutput.cpp 130 const Module *Imported) override;
322 const Module *Imported) {
326 if (Imported) {
329 OS << "@import " << Imported->getFullModuleName() << ";"
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 60 const Module *Imported) override {
69 this->Imported = Imported;
80 const Module* Imported;
  /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
125 /// it has already been imported from the "from" context. Otherwise return
219 /// imported declaration. By default, the returned name is the same as the
224 /// renaming the declaration being imported.
226 /// \param Name the name of the declaration being imported, which conflicts
230 /// the name is being imported
    [all...]
Decl.h 542 /// \brief Determine whether this symbol is weakly-imported,
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 70 const Module *Imported) override;
181 const Module *Imported) {
185 if (Imported) {
187 std::make_pair(HashLoc.getRawEncoding(), Imported));
  /external/clang/lib/Lex/
Preprocessor.cpp 513 // #imported, it won't be re-entered.
783 Module *Imported = nullptr;
785 Imported = TheModuleLoader.loadModule(ModuleImportLoc,
789 if (Imported)
790 makeModuleVisible(Imported, ModuleImportLoc);
793 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
    [all...]
PreprocessingRecord.cpp 443 const Module *Imported) {
478 (bool)Imported,
PPDirectives.cpp     [all...]
ModuleMap.cpp 801 ModuleHeaderRole Role, bool Imported) {
816 if (!Imported || isCompilingModuleHeader) {
    [all...]
  /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/Serialization/
ASTReaderInternals.h 263 bool Imported;
ASTReader.cpp 433 // imported until after this module finishes validation.
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 274 const Module *Imported) override {
278 Imported);
    [all...]
  /external/ImageMagick/scripts/
xsnap 575 set snap(comment) "Imported from %m image: %f"

Completed in 304 milliseconds