OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreprocessorOptions
(Results
1 - 25
of
33
) sorted by relevancy
1
2
/src/external/mit/isl/dist/interface/
set_lang_defaults_arg4.h
4
#include <clang/Lex/
PreprocessorOptions
.h>
6
/* Convert a clang::
PreprocessorOptions
to the fourth argument
8
* a clang::
PreprocessorOptions
itself or its Includes.
11
setLangDefaultsArg4(clang::
PreprocessorOptions
&PO) : PO(PO) {}
12
operator clang::
PreprocessorOptions
&() { return PO; }
15
clang::
PreprocessorOptions
&PO;
extract_interface.cc
78
#include <clang/Lex/
PreprocessorOptions
.h>
80
#include <clang/Frontend/
PreprocessorOptions
.h>
432
PreprocessorOptions
&PO = Clang->getPreprocessorOpts();
557
PreprocessorOptions
&PO = Clang->getPreprocessorOpts();
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ModuleBuilder.h
33
class
PreprocessorOptions
;
98
const
PreprocessorOptions
&PreprocessorOpts,
CodeGenABITypes.h
54
class
PreprocessorOptions
;
/src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
FileRemapper.h
28
class
PreprocessorOptions
;
58
void applyMappings(
PreprocessorOptions
&PPOpts) const;
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h
50
class
PreprocessorOptions
;
87
std::shared_ptr<
PreprocessorOptions
> PreprocessorOpts;
117
std::shared_ptr<
PreprocessorOptions
> getPreprocessorOptsPtr() {
121
PreprocessorOptions
&getPreprocessorOpts() { return *PreprocessorOpts; }
123
const
PreprocessorOptions
&getPreprocessorOpts() const {
Utils.h
54
class
PreprocessorOptions
;
65
void InitializePreprocessor(Preprocessor &PP, const
PreprocessorOptions
&PPOpts,
ASTUnit.h
78
class
PreprocessorOptions
;
120
std::shared_ptr<
PreprocessorOptions
> PPOpts;
471
const
PreprocessorOptions
&getPreprocessorOpts() const {
CompilerInstance.h
305
PreprocessorOptions
&getPreprocessorOpts() {
308
const
PreprocessorOptions
&getPreprocessorOpts() const {
PrecompiledPreamble.h
239
/// Sets up the
PreprocessorOptions
and changes VFS, so that PCH stored in \p
244
PreprocessorOptions
&PreprocessorOpts,
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorOptions.h
1
//===-
PreprocessorOptions
.h ------------------------------------*- C++ -*-===//
62
///
PreprocessorOptions
- This class is used for passing the various options
64
class
PreprocessorOptions
{
216
PreprocessorOptions
() : PrecompiledPreambleBytes(0, false) {}
Preprocessor.h
80
class
PreprocessorOptions
;
134
std::shared_ptr<
PreprocessorOptions
> PPOpts;
886
Preprocessor(std::shared_ptr<
PreprocessorOptions
> PPOpts,
917
PreprocessorOptions
&getPreprocessorOpts() const { return *PPOpts; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ModuleBuilder.cpp
36
const
PreprocessorOptions
&PreprocessorOpts; // Only used for debug info.
78
const
PreprocessorOptions
&PPO, const CodeGenOptions &CGO,
342
const
PreprocessorOptions
&PreprocessorOpts, const CodeGenOptions &CGO,
CodeGenModule.h
31
#include "clang/Lex/
PreprocessorOptions
.h"
306
const
PreprocessorOptions
&PreprocessorOpts; // Only used for debug info.
583
const
PreprocessorOptions
&ppopts,
706
const
PreprocessorOptions
&getPreprocessorOpts()
ObjectFilePCHContainerOperations.cpp
49
const
PreprocessorOptions
&PreprocessorOpts;
CodeGenAction.cpp
135
const
PreprocessorOptions
&PPOpts,
160
const
PreprocessorOptions
&PPOpts,
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
26
#include "clang/Lex/
PreprocessorOptions
.h"
96
class
PreprocessorOptions
;
184
virtual bool ReadPreprocessorOptions(const
PreprocessorOptions
&PPOpts,
259
bool ReadPreprocessorOptions(const
PreprocessorOptions
&PPOpts,
290
bool ReadPreprocessorOptions(const
PreprocessorOptions
&PPOpts, bool Complain,
311
bool ReadPreprocessorOptions(const
PreprocessorOptions
&PPOpts, bool Complain,
1719
const
PreprocessorOptions
&PPOpts,
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
54
#include "clang/Lex/
PreprocessorOptions
.h"
264
PreprocessorOptions
&PPOpts = Invocation->getPreprocessorOpts();
521
PreprocessorOptions
&PPOpts;
530
HeaderSearchOptions &HSOpts,
PreprocessorOptions
&PPOpts,
557
bool ReadPreprocessorOptions(const
PreprocessorOptions
&PPOpts, bool Complain,
793
AST->PPOpts = std::make_shared<
PreprocessorOptions
>();
1744
PreprocessorOptions
&PPOpts = CI->getPreprocessorOpts();
1824
PreprocessorOptions
&PPOpts = Invocation->getPreprocessorOpts();
2138
PreprocessorOptions
&PreprocessorOpts = CCInvocation->getPreprocessorOpts();
PrecompiledPreamble.cpp
25
#include "clang/Lex/
PreprocessorOptions
.h"
322
PreprocessorOptions
&PreprocessorOpts =
505
PreprocessorOptions
&PreprocessorOpts =
814
const PCHStorage &Storage,
PreprocessorOptions
&PreprocessorOpts,
CompilerInstance.cpp
33
#include "clang/Lex/
PreprocessorOptions
.h"
227
const
PreprocessorOptions
&PPOpts = CI.getPreprocessorOpts();
392
const
PreprocessorOptions
&InitOpts) {
446
const
PreprocessorOptions
&PPOpts = getPreprocessorOpts();
1053
PreprocessorOptions
&PPOpts = Invocation->getPreprocessorOpts();
1082
PreprocessorOptions
&ImportingPPOpts
1086
std::make_shared<
PreprocessorOptions
::FailedModulesSet>();
1501
const
PreprocessorOptions
&PPOpts = getPreprocessorOpts();
InitPreprocessor.cpp
24
#include "clang/Lex/
PreprocessorOptions
.h"
637
const
PreprocessorOptions
&PPOpts,
1192
Preprocessor &PP, const
PreprocessorOptions
&InitOpts,
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
FileRemapper.cpp
12
#include "clang/Lex/
PreprocessorOptions
.h"
209
void FileRemapper::applyMappings(
PreprocessorOptions
&PPOpts) const {
ARCMT.cpp
19
#include "clang/Lex/
PreprocessorOptions
.h"
178
PreprocessorOptions
&PPOpts = CInvok->getPreprocessorOpts();
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
19
#include "clang/Lex/
PreprocessorOptions
.h"
153
PreprocessorOptions
&PPOpts = CI.getPreprocessorOpts();
/src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp
29
#include "clang/Lex/
PreprocessorOptions
.h"
350
PreprocessorOptions
&PPOpts = CI.getPreprocessorOpts();
590
PreprocessorOptions
&PPOpts = CInvok->getPreprocessorOpts();
Completed in 40 milliseconds
1
2
Indexes created Mon Apr 20 00:23:12 UTC 2026