Searched refs:DefinitionLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
H A DModule.h55 SourceLocation DefinitionLoc; member in class:clang::Module
309 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
/external/clang/lib/Basic/
H A DModule.cpp27 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, argument
29 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(Parent), Directory(),
/external/clang/lib/Lex/
H A DModuleMap.cpp836 if (Module->DefinitionLoc.isInvalid())
840 SourceMgr.getFileID(Module->DefinitionLoc));
1425 if (Existing->DefinitionLoc.isInvalid() && !ActiveModule) {
1440 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition);
1454 ActiveModule->DefinitionLoc = ModuleNameLoc;
H A DPPDirectives.cpp1692 Diag(M->DefinitionLoc, diag::err_module_unavailable)
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1690 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false);
/external/clang/tools/libclang/
H A DCIndex.cpp4683 CXSourceLocation DefinitionLoc = clang_getCursorLocation(Definition); local
4688 clang_getFileLocation(DefinitionLoc, &DefinitionFile,

Completed in 541 milliseconds