OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleFormat
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h
124
std::string
ModuleFormat
;
222
: Sysroot(_Sysroot),
ModuleFormat
("raw"), DisableModuleHash(false),
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h
529
StringRef Format = getHeaderSearchOpts().
ModuleFormat
;
543
StringRef Format = getHeaderSearchOpts().
ModuleFormat
;
ASTUnit.h
804
/// \param
ModuleFormat
- If provided, uses the specific module format.
836
llvm::Optional<StringRef>
ModuleFormat
= llvm::None,
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
core_main.cpp
73
ModuleFormat
("fmodule-format", cl::init("raw"),
358
options::
ModuleFormat
);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
787
AST->HSOpts->
ModuleFormat
= std::string(PCHContainerRdr.getFormat());
1721
llvm::Optional<StringRef>
ModuleFormat
, std::unique_ptr<ASTUnit> *ErrAST,
1756
if (
ModuleFormat
)
1757
CI->getHeaderSearchOpts().
ModuleFormat
=
1758
std::string(
ModuleFormat
.getValue());
FrontendActions.cpp
715
CI.getHeaderSearchOpts().
ModuleFormat
= "obj";
CompilerInvocation.cpp
4525
hsOpts.
ModuleFormat
,
/src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp
551
CInvok->getHeaderSearchOpts().
ModuleFormat
= std::string(
Completed in 31 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026