OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleFeatures
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Basic/
LangOptions.h
113
std::vector<std::string>
ModuleFeatures
;
/external/clang/lib/Basic/
Module.cpp
74
HasFeature = std::find(LangOpts.
ModuleFeatures
.begin(),
75
LangOpts.
ModuleFeatures
.end(),
76
Feature) != LangOpts.
ModuleFeatures
.end();
/external/clang/lib/Frontend/
FrontendActions.cpp
489
if (!LangOpts.
ModuleFeatures
.empty()) {
491
for (StringRef Feature : LangOpts.
ModuleFeatures
)
CompilerInvocation.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
229
if (ExistingLangOpts.
ModuleFeatures
!= LangOpts.
ModuleFeatures
) {
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 938 milliseconds