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

  /external/clang/lib/Frontend/
FrontendAction.cpp 238 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
240 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
253 CI.getPreprocessorOpts())) {
293 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 66 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes;
80 CInvok->getPreprocessorOpts().ChainedIncludes.clear();
81 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear();
82 CInvok->getPreprocessorOpts().ImplicitPTHInclude.clear();
83 CInvok->getPreprocessorOpts().DisablePCHValidation = true;
84 CInvok->getPreprocessorOpts().Includes.clear();
85 CInvok->getPreprocessorOpts().MacroIncludes.clear();
86 CInvok->getPreprocessorOpts().Macros.clear();
CompilerInstance.cpp 215 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
228 PP = new Preprocessor(&getPreprocessorOpts(),
295 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
792 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
814 = ImportingInstance.getInvocation().getPreprocessorOpts();
    [all...]
ASTUnit.cpp 249 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
    [all...]
CompilerInvocation.cpp 50 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 88 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
89 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/clang/lib/ARCMigrate/
ARCMT.cpp 178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
195 CInvok->getPreprocessorOpts().ImplicitPTHInclude.clear();
198 CInvok->getPreprocessorOpts().addMacroDef(define);
570 Remapper.applyMappings(CInvok->getPreprocessorOpts());
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
  /external/clang/tools/libclang/
Indexing.cpp 429 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 427 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 361 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts();
    [all...]
ASTWriter.cpp     [all...]

Completed in 314 milliseconds