OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPreprocessorOpts
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp
116
std::vector<std::string> &includes = CI.
getPreprocessorOpts
().ChainedIncludes;
130
CInvok->
getPreprocessorOpts
().ChainedIncludes.clear();
131
CInvok->
getPreprocessorOpts
().ImplicitPCHInclude.clear();
132
CInvok->
getPreprocessorOpts
().DisablePCHOrModuleValidation =
134
CInvok->
getPreprocessorOpts
().Includes.clear();
135
CInvok->
getPreprocessorOpts
().MacroIncludes.clear();
136
CInvok->
getPreprocessorOpts
().Macros.clear();
FrontendAction.cpp
588
CI.
getPreprocessorOpts
() = AST->
getPreprocessorOpts
();
724
if (!CI.
getPreprocessorOpts
().ImplicitPCHInclude.empty()) {
726
PreprocessorOptions &PPOpts = CI.
getPreprocessorOpts
();
741
CI.getLangOpts(), CI.getTargetOpts(), CI.
getPreprocessorOpts
(),
848
if (!CI.
getPreprocessorOpts
().ChainedIncludes.empty()) {
857
!CI.
getPreprocessorOpts
().ImplicitPCHInclude.empty()) {
863
if (CI.
getPreprocessorOpts
().DumpDeserializedPCHDecls) {
868
if (!CI.
getPreprocessorOpts
().DeserializedPCHDeclsToErrorOn.empty()) {
871
CI.
getPreprocessorOpts
().DeserializedPCHDeclsToErrorOn
[
all
...]
ASTUnit.cpp
162
const auto &PreprocessorOpts = Invocation.
getPreprocessorOpts
();
264
PreprocessorOptions &PPOpts = Invocation->
getPreprocessorOpts
();
1542
CI->
getPreprocessorOpts
().RetainRemappedFileBuffers = true;
1649
Invocation->
getPreprocessorOpts
().RetainRemappedFileBuffers = true;
1741
CI->
getPreprocessorOpts
().addRemappedFile(RemappedFile.first,
1744
PreprocessorOptions &PPOpts = CI->
getPreprocessorOpts
();
1824
PreprocessorOptions &PPOpts = Invocation->
getPreprocessorOpts
();
1828
Invocation->
getPreprocessorOpts
().clearRemappedFiles();
1830
Invocation->
getPreprocessorOpts
().addRemappedFile(RemappedFile.first,
2138
PreprocessorOptions &PreprocessorOpts = CCInvocation->
getPreprocessorOpts
();
[
all
...]
CompilerInstance.cpp
227
const PreprocessorOptions &PPOpts = CI.
getPreprocessorOpts
();
446
const PreprocessorOptions &PPOpts =
getPreprocessorOpts
();
565
bool Preamble =
getPreprocessorOpts
().PrecompiledPreambleBytes.first != 0;
1053
PreprocessorOptions &PPOpts = Invocation->
getPreprocessorOpts
();
1083
= ImportingInstance.getInvocation().
getPreprocessorOpts
();
1501
const PreprocessorOptions &PPOpts =
getPreprocessorOpts
();
1809
if (
getPreprocessorOpts
().FailedModules &&
1810
getPreprocessorOpts
().FailedModules->hasAlreadyFailed(ModuleName)) {
1821
if (
getPreprocessorOpts
().FailedModules)
1822
getPreprocessorOpts
().FailedModules->addFailed(ModuleName)
[
all
...]
FrontendActions.cpp
117
CI.
getPreprocessorOpts
().AllowPCHWithCompilerErrors,
150
if (getCompilerInstance().
getPreprocessorOpts
().AllowPCHWithCompilerErrors)
335
bool Preamble = CI.
getPreprocessorOpts
().PrecompiledPreambleBytes.first != 0;
PrecompiledPreamble.cpp
323
PreambleInvocation->
getPreprocessorOpts
();
506
PreambleInvocation->
getPreprocessorOpts
();
797
auto &PreprocessorOpts = CI.
getPreprocessorOpts
();
InitPreprocessor.cpp
1214
PP.
getPreprocessorOpts
(), Builder);
1217
PP.
getPreprocessorOpts
(), Builder);
CompilerInvocation.cpp
125
PreprocessorOpts(new PreprocessorOptions(X.
getPreprocessorOpts
())),
4391
ParseLangArgs(LangOpts, Args, DashX, T, Res.
getPreprocessorOpts
().Includes,
4419
ParsePreprocessorArgs(Res.
getPreprocessorOpts
(), Args, Diags,
4505
const PreprocessorOptions &ppOpts =
getPreprocessorOpts
();
4509
for (const auto &I :
getPreprocessorOpts
().Macros) {
/src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/
handle_cxx.cpp
43
Invocation->
getPreprocessorOpts
().addRemappedFile(FileName,
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h
305
PreprocessorOptions &
getPreprocessorOpts
() {
306
return Invocation->
getPreprocessorOpts
();
308
const PreprocessorOptions &
getPreprocessorOpts
() const {
309
return Invocation->
getPreprocessorOpts
();
CompilerInvocation.h
121
PreprocessorOptions &
getPreprocessorOpts
() { return *PreprocessorOpts; }
123
const PreprocessorOptions &
getPreprocessorOpts
() const {
ASTUnit.h
471
const PreprocessorOptions &
getPreprocessorOpts
() const {
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp
178
PreprocessorOptions &PPOpts = CInvok->
getPreprocessorOpts
();
195
CInvok->
getPreprocessorOpts
().addMacroDef(define);
531
Remapper.applyMappings(CInvok->
getPreprocessorOpts
());
/src/external/mit/isl/dist/interface/
extract_interface.cc
432
PreprocessorOptions &PO = Clang->
getPreprocessorOpts
();
557
PreprocessorOptions &PO = Clang->
getPreprocessorOpts
();
/src/external/apache2/llvm/dist/clang/lib/Interpreter/
Interpreter.cpp
104
Clang->
getPreprocessorOpts
().addRemappedFile("<<< inputs >>>", MB);
/src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp
95
Compiler.
getPreprocessorOpts
()
/src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp
1044
if (!PP.
getPreprocessorOpts
().DisablePragmaDebugCrash)
1049
if (!PP.
getPreprocessorOpts
().DisablePragmaDebugCrash)
1052
if (!PP.
getPreprocessorOpts
().DisablePragmaDebugCrash) {
1090
if (!PP.
getPreprocessorOpts
().DisablePragmaDebugCrash)
1093
if (!PP.
getPreprocessorOpts
().DisablePragmaDebugCrash)
1121
if (!PP.
getPreprocessorOpts
().DisablePragmaDebugCrash)
Lexer.cpp
2966
if (!PP || !PP->
getPreprocessorOpts
().LexEditorPlaceholders || LexingRawMode)
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
153
PreprocessorOptions &PPOpts = CI.
getPreprocessorOpts
();
/src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp
350
PreprocessorOptions &PPOpts = CI.
getPreprocessorOpts
();
537
CInvok->
getPreprocessorOpts
().addRemappedFile(UF.Filename, MB.get());
590
PreprocessorOptions &PPOpts = CInvok->
getPreprocessorOpts
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp
144
PreprocessorOpts(CI.
getPreprocessorOpts
()),
CodeGenAction.cpp
956
CI.
getPreprocessorOpts
(), CI.getCodeGenOpts(), CI.getTargetOpts(),
1088
CI.
getPreprocessorOpts
(), CI.getCodeGenOpts(),
CodeGenModule.h
706
const PreprocessorOptions &
getPreprocessorOpts
()
/src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp
233
CI.
getPreprocessorOpts
(), CI.getCodeGenOpts(), LLVMCtx));
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
917
PreprocessorOptions &
getPreprocessorOpts
() const { return *PPOpts; }
Completed in 70 milliseconds
1
2
Indexes created Thu Jun 18 00:24:58 UTC 2026