Searched defs:RemappedFilesKeepOriginalName (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h94 bool RemappedFilesKeepOriginalName; member in class:clang::PreprocessorOptions
148 RemappedFilesKeepOriginalName(true),
/external/clang/lib/Frontend/
H A DASTUnit.cpp1958 ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName,
1992 PPOpts.RemappedFilesKeepOriginalName = RemappedFilesKeepOriginalName;
1954 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, std::unique_ptr<ASTUnit> *ErrAST) argument

Completed in 297 milliseconds