OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPreprocessorOpts
(Results
1 - 16
of
16
) sorted by null
/external/clang/lib/Frontend/
FrontendAction.cpp
238
if (!CI.
getPreprocessorOpts
().ImplicitPCHInclude.empty()) {
240
PreprocessorOptions &PPOpts = CI.
getPreprocessorOpts
();
253
CI.
getPreprocessorOpts
())) {
291
if (!CI.
getPreprocessorOpts
().ChainedIncludes.empty()) {
301
} else if (!CI.
getPreprocessorOpts
().ImplicitPCHInclude.empty()) {
306
if (CI.
getPreprocessorOpts
().DumpDeserializedPCHDecls)
308
if (!CI.
getPreprocessorOpts
().DeserializedPCHDeclsToErrorOn.empty())
310
CI.
getPreprocessorOpts
().DeserializedPCHDeclsToErrorOn,
313
CI.
getPreprocessorOpts
().ImplicitPCHInclude,
314
CI.
getPreprocessorOpts
().DisablePCHValidation
[
all
...]
ChainedIncludesSource.cpp
67
std::vector<std::string> &includes = CI.
getPreprocessorOpts
().ChainedIncludes;
81
CInvok->
getPreprocessorOpts
().ChainedIncludes.clear();
82
CInvok->
getPreprocessorOpts
().ImplicitPCHInclude.clear();
83
CInvok->
getPreprocessorOpts
().ImplicitPTHInclude.clear();
84
CInvok->
getPreprocessorOpts
().DisablePCHValidation = true;
85
CInvok->
getPreprocessorOpts
().Includes.clear();
86
CInvok->
getPreprocessorOpts
().MacroIncludes.clear();
87
CInvok->
getPreprocessorOpts
().Macros.clear();
CompilerInstance.cpp
212
const PreprocessorOptions &PPOpts =
getPreprocessorOpts
();
225
PP = new Preprocessor(&
getPreprocessorOpts
(),
292
bool Preamble =
getPreprocessorOpts
().PrecompiledPreambleBytes.first != 0;
811
PreprocessorOptions &PPOpts = Invocation->
getPreprocessorOpts
();
833
= ImportingInstance.getInvocation().
getPreprocessorOpts
();
[
all
...]
ASTUnit.cpp
255
PreprocessorOptions &PPOpts = Invocation->
getPreprocessorOpts
();
[
all
...]
CompilerInvocation.cpp
55
PreprocessorOpts(new PreprocessorOptions(X.
getPreprocessorOpts
())) {}
[
all
...]
/external/clang/include/clang/Frontend/
CompilerInvocation.h
89
PreprocessorOptions &
getPreprocessorOpts
() { return *PreprocessorOpts; }
90
const PreprocessorOptions &
getPreprocessorOpts
() const {
CompilerInstance.h
259
PreprocessorOptions &
getPreprocessorOpts
() {
260
return Invocation->
getPreprocessorOpts
();
262
const PreprocessorOptions &
getPreprocessorOpts
() const {
263
return Invocation->
getPreprocessorOpts
();
/external/clang/unittests/Frontend/
FrontendActionTest.cpp
55
invocation->
getPreprocessorOpts
().addRemappedFile(
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp
77
c.
getPreprocessorOpts
().addRemappedFile(
116
c.
getPreprocessorOpts
().Includes.push_back("clc/clc.h");
119
c.
getPreprocessorOpts
().addMacroDef("cl_clang_storage_class_specifiers");
127
c.
getPreprocessorOpts
().addRemappedFile(name,
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp
77
c.
getPreprocessorOpts
().addRemappedFile(
116
c.
getPreprocessorOpts
().Includes.push_back("clc/clc.h");
119
c.
getPreprocessorOpts
().addMacroDef("cl_clang_storage_class_specifiers");
127
c.
getPreprocessorOpts
().addRemappedFile(name,
/external/clang/lib/ARCMigrate/
ARCMT.cpp
172
PreprocessorOptions &PPOpts = CInvok->
getPreprocessorOpts
();
189
CInvok->
getPreprocessorOpts
().ImplicitPTHInclude.clear();
192
CInvok->
getPreprocessorOpts
().addMacroDef(define);
576
Remapper.applyMappings(CInvok->
getPreprocessorOpts
());
/external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp
141
PreprocessorOptions &PPOpts = CI.
getPreprocessorOpts
();
/external/clang/tools/libclang/
Indexing.cpp
426
PreprocessorOptions &PPOpts = CI.
getPreprocessorOpts
();
598
CInvok->
getPreprocessorOpts
().addRemappedFile(unsaved_files[I].Filename, Buffer);
640
PreprocessorOptions &PPOpts = CInvok->
getPreprocessorOpts
();
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
430
PreprocessorOptions &
getPreprocessorOpts
() const { return *PPOpts; }
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
373
const PreprocessorOptions &ExistingPPOpts = PP.
getPreprocessorOpts
();
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 683 milliseconds