Home
last modified time | relevance | path

Searched defs:DefinitionLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DModule.h52 SourceLocation DefinitionLoc; variable
237 explicit Module(StringRef Name, SourceLocation DefinitionLoc, in Module()
/external/clang/lib/Basic/
DModule.cpp25 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, in Module()