Searched defs:LangOpts (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteTest.cpp21 const LangOptions &LangOpts = PP.getLangOpts(); local
H A DFixItRewriter.cpp30 FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const LangOptions &LangOpts, FixItOptions *FixItOpts) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp21 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h48 const LangOptions &LangOpts; member in class:clang::DiagnosticRenderer
156 DiagnosticNoteRenderer(const LangOptions &LangOpts, argument
H A DLogDiagnosticPrinter.h44 const LangOptions *LangOpts; member in class:clang::LogDiagnosticPrinter
H A DCompilerInvocation.h55 IntrusiveRefCntPtr<LangOptions> LangOpts; member in class:clang::CompilerInvocationBase
H A DVerifyDiagnosticConsumer.h208 const LangOptions *LangOpts; member in class:clang::VerifyDiagnosticConsumer
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp49 const LangOptions &LangOpts = PP.getLangOpts(); local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DPrettyPrinter.h47 LangOptions LangOpts; member in struct:clang::PrintingPolicy
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h29 const LangOptions &LangOpts; member in class:clang::edit::EditedSource
48 EditedSource(const SourceManager &SM, const LangOptions &LangOpts, argument
H A DCommit.h49 const LangOptions &LangOpts; member in class:clang::edit::Commit
61 Commit(const SourceManager &SM, const LangOptions &LangOpts, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DPlistReporter.cpp45 EmitLocation(raw_ostream& o, const SourceManager &SM, const LangOptions &LangOpts, SourceLocation L, const FIDMap &FM, unsigned indent, bool extend = false) argument
66 EmitRange(raw_ostream& o, const SourceManager &SM, const LangOptions &LangOpts, CharSourceRange R, const FIDMap &FM, unsigned indent) argument
94 writeARCDiagsToPlist(const std::string &outPath, ArrayRef<StoredDiagnostic> diags, SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DBuiltins.cpp49 BuiltinIsSupported(const Builtin::Info &BuiltinInfo, const LangOptions &LangOpts) argument
69 InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts) argument
H A DModule.cpp56 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, argument
71 Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, argument
149 addRequirement(StringRef Feature, bool RequiredState, const LangOptions &LangOpts, const TargetInfo &Target) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h35 const LangOptions &LangOpts; member in class:clang::ento::AnalysisManager
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp246 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { argument
269 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, argument
255 canRemoveWhitespace(char left, char beforeWSpace, char right, const LangOptions &LangOpts) argument
306 applyRewrite(EditsReceiver &receiver, StringRef text, FileOffset offs, unsigned len, const SourceManager &SM, const LangOptions &LangOpts) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp155 static void collectModuleHeaderIncludes(const LangOptions &LangOpts, argument
337 virtual bool ReadLanguageOptions(const LangOptions &LangOpts, argument
131 addHeaderInclude(StringRef HeaderName, SmallVectorImpl<char> &Includes, const LangOptions &LangOpts) argument
142 addHeaderInclude(const FileEntry *Header, SmallVectorImpl<char> &Includes, const LangOptions &LangOpts) argument
[all...]
H A DDiagnosticRenderer.cpp68 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts, argument
42 getImmediateMacroName(SourceLocation Loc, const SourceManager &SM, const LangOptions &LangOpts) argument
92 mergeFixits(ArrayRef<FixItHint> FixItHints, const SourceManager &SM, const LangOptions &LangOpts, SmallVectorImpl<FixItHint> &MergedFixits) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h118 FPOptions(const LangOptions &LangOpts) : argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h54 LangOptions LangOpts; // LangOpts enabled by this language (cache). member in class:clang::Lexer
426 getCharAndSizeNoWarn(const char *Ptr, unsigned &Size, const LangOptions &LangOpts) argument
[all...]
H A DModuleMap.h42 const LangOptions &LangOpts; member in class:clang::ModuleMap
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriter.h129 const LangOptions *LangOpts; member in class:clang::Rewriter
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp489 LangOptions LangOpts; local
500 LangOptions LangOpts; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp48 const LangOptions &LangOpts; member in class:__anon3199::EmitAssemblyHelper
137 const LangOptions &LangOpts; member in class:__anon3199::PassManagerBuilderWrapper
175 const LangOptions &LangOpts = BuilderWrapper.getLangOpts(); local
130 PassManagerBuilderWrapper(const CodeGenOptions &CGOpts, const LangOptions &LangOpts) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp34 const LangOptions &LangOpts; member in class:__anon3641::PlistDiagnostics
106 EmitLocation(raw_ostream &o, const SourceManager &SM, const LangOptions &LangOpts, SourceLocation L, const FIDMap &FM, unsigned indent, bool extend = false) argument
127 EmitLocation(raw_ostream &o, const SourceManager &SM, const LangOptions &LangOpts, const PathDiagnosticLocation &L, const FIDMap& FM, unsigned indent, bool extend = false) argument
134 EmitRange(raw_ostream &o, const SourceManager &SM, const LangOptions &LangOpts, PathDiagnosticRange R, const FIDMap &FM, unsigned indent) argument
161 ReportControlFlow(raw_ostream &o, const PathDiagnosticControlFlowPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent) argument
212 ReportEvent(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool isKeyEvent = false) argument
280 ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
315 ReportMacro(raw_ostream &o, const PathDiagnosticMacroPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
328 ReportDiag(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts) argument
334 ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent) argument
[all...]

Completed in 119 milliseconds

123