HomeSort by relevance Sort by last modified time
    Searched refs:getPreprocessorOpts (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/Frontend/
FrontendAction.cpp 257 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
259 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
272 CI.getPreprocessorOpts())) {
315 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
323 } else if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
329 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) {
334 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) {
337 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn,
342 CI.getPreprocessorOpts().ImplicitPCHInclude,
343 CI.getPreprocessorOpts().DisablePCHValidation
    [all...]
ChainedIncludesSource.cpp 115 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes;
129 CInvok->getPreprocessorOpts().ChainedIncludes.clear();
130 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear();
131 CInvok->getPreprocessorOpts().ImplicitPTHInclude.clear();
132 CInvok->getPreprocessorOpts().DisablePCHValidation = true;
133 CInvok->getPreprocessorOpts().Includes.clear();
134 CInvok->getPreprocessorOpts().MacroIncludes.clear();
135 CInvok->getPreprocessorOpts().Macros.clear();
CompilerInstance.cpp 290 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
303 PP = new Preprocessor(&getPreprocessorOpts(), getDiagnostics(), getLangOpts(),
392 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
867 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
    [all...]
ASTUnit.cpp 250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
    [all...]
CompilerInvocation.cpp 59 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
    [all...]
FrontendActions.cpp 383 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 67 invocation->getPreprocessorOpts().addRemappedFile(
86 invocation->getPreprocessorOpts().addRemappedFile(
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
92 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 274 PreprocessorOptions &getPreprocessorOpts() {
275 return Invocation->getPreprocessorOpts();
277 const PreprocessorOptions &getPreprocessorOpts() const {
278 return Invocation->getPreprocessorOpts();
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 52 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);
521 Remapper.applyMappings(CInvok->getPreprocessorOpts());
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
  /external/clang/tools/libclang/
Indexing.cpp 419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
582 CInvok->getPreprocessorOpts().addRemappedFile(UF.Filename, MB);
629 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 227 Invocation->getPreprocessorOpts().addRemappedFile(It.getKey(), Input);
  /external/clang/include/clang/Lex/
Preprocessor.h 474 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 570 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
    [all...]

Completed in 291 milliseconds