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

  /external/clang/include/clang/Lex/
PPCallbacks.h 115 /// \param Imported The module, whenever an inclusion directive was
126 const Module *Imported) {
137 /// \param Imported The imported module; can be null if importing failed.
141 const Module *Imported) {
301 const Module *Imported) {
304 Imported);
307 Imported);
312 const Module *Imported) {
313 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);
490 Message << "in module '" << ModuleName << "' imported from "
503 Message << "while building module '" << ModuleName << "' imported from "
DependencyFile.cpp 66 const Module *Imported);
140 const Module *Imported) {
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 56 const Module *Imported) {
65 this->Imported = Imported;
76 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
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 457 /// \brief Determine whether this symbol is weakly-imported,
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Decl.cpp     [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/Lex/
PreprocessingRecord.cpp 436 const Module *Imported) {
471 (bool)Imported,
PPDirectives.cpp     [all...]
Preprocessor.cpp 476 // #imported, it won't be re-entered.
736 Module *Imported = TheModuleLoader.loadModule(ModuleImportLoc,
741 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 64 const Module *Imported);
160 const Module * /*Imported*/) {
  /external/clang/tools/libclang/
Indexing.cpp 276 const Module *Imported) {
280 Imported);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1304 milliseconds