/external/clang/tools/libclang/ |
Indexing.cpp | 419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); 606 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); [all...] |
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 264 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
|
CompilerInvocation.cpp | 56 PreprocessorOpts(new PreprocessorOptions()) {} 64 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} [all...] |
FrontendActions.cpp | 550 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
|
InitPreprocessor.cpp | 25 #include "clang/Lex/PreprocessorOptions.h" [all...] |
/frameworks/compile/slang/ |
slang.cpp | 50 #include "clang/Lex/PreprocessorOptions.h" 247 mPPOpts(new clang::PreprocessorOptions()),
|
slang_backend.cpp | 210 const clang::PreprocessorOptions &PreprocessorOpts,
|
/external/clang/lib/Serialization/ |
ASTReader.cpp | 41 #include "clang/Lex/PreprocessorOptions.h" 123 const PreprocessorOptions &PPOpts, bool Complain, 454 collectMacroDefinitions(const PreprocessorOptions &PPOpts, 493 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, 494 const PreprocessorOptions &ExistingPPOpts, 603 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 606 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); [all...] |
ASTWriter.cpp | 43 #include "clang/Lex/PreprocessorOptions.h" [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 70 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, [all...] |
CodeGenModule.cpp | 82 const PreprocessorOptions &PPO, [all...] |
/external/clang/lib/Lex/ |
Preprocessor.cpp | 44 #include "clang/Lex/PreprocessorOptions.h" 59 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, [all...] |