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

1 2

  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 118 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes;
132 CInvok->getPreprocessorOpts().ChainedIncludes.clear();
133 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear();
134 CInvok->getPreprocessorOpts().ImplicitPTHInclude.clear();
135 CInvok->getPreprocessorOpts().DisablePCHValidation = true;
136 CInvok->getPreprocessorOpts().Includes.clear();
137 CInvok->getPreprocessorOpts().MacroIncludes.clear();
138 CInvok->getPreprocessorOpts().Macros.clear();
FrontendAction.cpp 262 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
264 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
277 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(),
327 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
335 } else if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
341 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) {
346 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) {
349 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn,
354 CI.getPreprocessorOpts().ImplicitPCHInclude,
355 CI.getPreprocessorOpts().DisablePCHValidation
    [all...]
CompilerInstance.cpp 297 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
310 PP = new Preprocessor(&getPreprocessorOpts(), getDiagnostics(), getLangOpts(),
406 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
    [all...]
ASTUnit.cpp 250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
    [all...]
CompilerInvocation.cpp 64 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
    [all...]
FrontendActions.cpp 427 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
92 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 301 PreprocessorOptions &getPreprocessorOpts() {
302 return Invocation->getPreprocessorOpts();
304 const PreprocessorOptions &getPreprocessorOpts() const {
305 return Invocation->getPreprocessorOpts();
  /external/clang/tools/clang-fuzzer/
ClangFuzzer.cpp 39 Invocation->getPreprocessorOpts().addRemappedFile("./test.cc", Input.release());
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 52 Invocation->getPreprocessorOpts().addRemappedFile(
  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 66 compiler.getPreprocessorOpts(),
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 81 invocation->getPreprocessorOpts().addRemappedFile(
101 invocation->getPreprocessorOpts().addRemappedFile(
123 invocation->getPreprocessorOpts().addRemappedFile(
174 Invocation->getPreprocessorOpts().addRemappedFile(
  /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 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
192 CInvok->getPreprocessorOpts().ImplicitPTHInclude.clear();
195 CInvok->getPreprocessorOpts().addMacroDef(define);
529 Remapper.applyMappings(CInvok->getPreprocessorOpts());
  /frameworks/compile/slang/
slang.cpp 184 mPP.reset(new clang::Preprocessor(&getPreprocessorOpts(),
198 clang::InitializePreprocessor(*mPP, getPreprocessorOpts(), *Reader, FEOpts);
235 getHeaderSearchOpts(), getPreprocessorOpts(),
slang.h 199 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; }
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 142 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 136 PreprocessorOpts(CI.getPreprocessorOpts()),
CodeGenAction.cpp 723 CI.getPreprocessorOpts(), CI.getCodeGenOpts(), CI.getTargetOpts(),
    [all...]
CodeGenModule.h 598 const PreprocessorOptions &getPreprocessorOpts()
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
556 CInvok->getPreprocessorOpts().addRemappedFile(UF.Filename, MB.get());
606 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 259 Invocation->getPreprocessorOpts().addRemappedFile(It.getKey(),
  /external/clang/include/clang/Lex/
Preprocessor.h 678 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1118 milliseconds

1 2