Home
last modified time | relevance | path

Searched refs:DefinitionLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DModule.h53 SourceLocation DefinitionLoc; variable
247 explicit Module(StringRef Name, SourceLocation DefinitionLoc, in Module() argument
249 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(0),Umbrella(),ASTFile(0), in Module()
257 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DModule.cpp27 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, in Module() argument
29 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(Parent), in Module()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DModuleMap.cpp655 if (Module->DefinitionLoc.isInvalid()) in getContainingModuleMapFile()
659 SourceMgr.getFileID(Module->DefinitionLoc)); in getContainingModuleMapFile()
1217 if (Existing->DefinitionLoc.isInvalid() && !ActiveModule) { in parseModuleDecl()
1232 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition); in parseModuleDecl()
1246 ActiveModule->DefinitionLoc = ModuleNameLoc; in parseModuleDecl()