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

/external/clang/include/clang/Basic/
H A DModule.h53 SourceLocation DefinitionLoc; member in class:clang::Module
288 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), ModuleMap(File),
/external/clang/lib/Lex/
H A DModuleMap.cpp789 if (Module->DefinitionLoc.isInvalid())
793 SourceMgr.getFileID(Module->DefinitionLoc));
1361 if (Existing->DefinitionLoc.isInvalid() && !ActiveModule) {
1376 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition);
1395 ActiveModule->DefinitionLoc = ModuleNameLoc;
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1554 loadModule(TheModule->DefinitionLoc, Path,
/external/clang/tools/libclang/
H A DCIndex.cpp4171 CXSourceLocation DefinitionLoc = clang_getCursorLocation(Definition); local
4176 clang_getFileLocation(DefinitionLoc, &DefinitionFile,

Completed in 271 milliseconds