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

/external/clang/include/clang/Basic/
H A DModule.h50 SourceLocation DefinitionLoc; member in class:clang::Module
159 explicit Module(StringRef Name, SourceLocation DefinitionLoc, argument
161 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(0), Umbrella(),
168 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
/external/clang/lib/Basic/
H A DModule.cpp24 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, argument
26 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(Parent),
/external/clang/lib/Lex/
H A DModuleMap.cpp376 if (Module->DefinitionLoc.isInvalid() || !SourceMgr)
380 SourceMgr->getFileID(Module->DefinitionLoc));
898 if (Existing->DefinitionLoc.isInvalid() && !ActiveModule) {
913 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition);
927 ActiveModule->DefinitionLoc = ModuleNameLoc;
/external/clang/tools/libclang/
H A DCIndex.cpp3794 CXSourceLocation DefinitionLoc = clang_getCursorLocation(Definition); local
3799 clang_getExpansionLocation(DefinitionLoc, &DefinitionFile,

Completed in 500 milliseconds