| /external/clang/lib/Frontend/ |
| DiagnosticRenderer.cpp | 273 StringRef ModuleName, 289 emitImportLocation(Loc, PLoc, ModuleName, SM); 485 StringRef ModuleName, 490 Message << "in module '" << ModuleName << "' imported from " 498 StringRef ModuleName, 503 Message << "while building module '" << ModuleName << "' imported from "
|
| TextDiagnostic.cpp | 885 StringRef ModuleName, 888 OS << "In module '" << ModuleName << "' imported from " 891 OS << "In module " << ModuleName << "':\n"; 896 StringRef ModuleName, 899 OS << "While building module '" << ModuleName << "' imported from " 902 OS << "While building module '" << ModuleName << "':\n"; [all...] |
| /external/compiler-rt/lib/ |
| Makefile.mk | 10 ModuleName := builtins
|
| /external/clang/include/clang/Lex/ |
| ModuleMap.h | 245 Module *inferFrameworkModule(StringRef ModuleName,
|
| HeaderSearch.h | 448 /// \param ModuleName The module whose module file name will be returned. 452 std::string getModuleFileName(StringRef ModuleName); 456 /// \param ModuleName The name of the module we're looking for. 463 Module *lookupModule(StringRef ModuleName, bool AllowSearch = true); 499 /// \param Dir The framework directory (e.g., ModuleName.framework).
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_symbolizer.cc | 182 bool __sanitizer_symbolize_code(const char *ModuleName, u64 ModuleOffset, 185 bool __sanitizer_symbolize_data(const char *ModuleName, u64 ModuleOffset,
|
| /external/compiler-rt/make/ |
| subdir.mk | 24 ModuleName SubDirs ObjNames Implementation Dependencies
|
| /external/protobuf/src/google/protobuf/compiler/python/ |
| python_generator.cc | 79 string ModuleName(const string& filename) { 245 string module_name = ModuleName(file->name()); 288 string module_name = ModuleName(file_->dependency(i)->name()); [all...] |
| /external/clang/lib/Lex/ |
| ModuleMap.cpp | 393 ModuleMap::inferFrameworkModule(StringRef ModuleName, 398 if (Module *Mod = lookupModuleQualified(ModuleName, Parent)) 462 llvm::sys::path::append(UmbrellaName, ModuleName + ".h"); 471 Module *Result = new Module(ModuleName, SourceLocation(), Parent, 477 Modules[ModuleName] = Result; [all...] |
| /external/llvm/lib/Transforms/Instrumentation/ |
| AddressSanitizer.cpp | [all...] |
| /external/clang/tools/libclang/ |
| IndexingContext.cpp | 266 std::string ModuleName = Mod->getFullModuleName(); [all...] |
| /external/v8/src/ |
| platform-win32.cc | [all...] |