HomeSort by relevance Sort by last modified time
    Searched refs:Imported (Results 1 - 18 of 18) 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) {
340 const Module *Imported) {
343 Imported);
346 Imported);
351 const Module *Imported) {
352 First->moduleImport(ImportLoc, Path, Imported);
    [all...]
PreprocessingRecord.h 573 const Module *Imported);
  /external/clang/lib/Frontend/
DependencyGraph.cpp 57 const Module *Imported);
79 const Module *Imported) {
DiagnosticRenderer.cpp 240 // If this source location was imported from a module, print the module
243 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc);
244 if (Imported.first.isValid()) {
245 // This location was imported by a module. Emit the module import stack.
246 emitImportStackRecursively(Imported.first, Imported.second, SM);
489 Message << "in module '" << ModuleName << "' imported from "
502 Message << "while building module '" << ModuleName << "' imported from "
DependencyFile.cpp 67 const Module *Imported);
141 const Module *Imported) {
PrintPreprocessedOutput.cpp 138 const Module *Imported);
332 const Module *Imported) {
336 if (Imported) {
339 OS << "@import " << Imported->getFullModuleName() << ";"
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 57 const Module *Imported) {
66 this->Imported = Imported;
77 const Module* Imported;
  /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 474 /// \brief Determine whether this symbol is weakly-imported,
    [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 72 const Module *Imported);
178 const Module *Imported) {
182 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported)));
184 if (!Imported)
  /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/
PreprocessingRecord.cpp 441 const Module *Imported) {
476 (bool)Imported,
PPDirectives.cpp     [all...]
Preprocessor.cpp 478 // #imported, it won't be re-entered.
738 Module *Imported = TheModuleLoader.loadModule(ModuleImportLoc,
743 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
  /external/clang/tools/libclang/
Indexing.cpp 277 const Module *Imported) {
281 Imported);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 725 milliseconds