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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h94 bool RemappedFilesKeepOriginalName; member in class:clang::PreprocessorOptions
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1981 LoadFromCommandLine(const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, RemappedFile *RemappedFiles, unsigned NumRemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, OwningPtr<ASTUnit> *ErrAST) argument

Completed in 115 milliseconds