OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleFormat
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Lex/
HeaderSearchOptions.h
97
std::string
ModuleFormat
;
176
: Sysroot(_Sysroot),
ModuleFormat
("raw"), DisableModuleHash(0),
/external/clang/include/clang/Frontend/
CompilerInstance.h
520
StringRef Format = getHeaderSearchOpts().
ModuleFormat
;
534
StringRef Format = getHeaderSearchOpts().
ModuleFormat
;
ASTUnit.h
833
/// \param
ModuleFormat
- If provided, uses the specific module format.
854
llvm::Optional<StringRef>
ModuleFormat
= llvm::None,
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
680
AST->HSOpts->
ModuleFormat
= PCHContainerRdr.getFormat();
[
all
...]
CompilerInvocation.cpp
[
all
...]
/frameworks/compile/slang/
slang.cpp
197
getHeaderSearchOpts().
ModuleFormat
);
/external/clang/tools/libclang/
Indexing.cpp
570
CInvok->getHeaderSearchOpts().
ModuleFormat
=
[
all
...]
/external/clang/lib/Lex/
HeaderSearch.cpp
157
HSOpts->
ModuleFormat
, HSOpts->UseDebugInfo);
[
all
...]
Completed in 298 milliseconds