Searched defs:getLangOpts (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h56 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::edit::EditedSource
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h74 LangOptions *getLangOpts() { return LangOpts.getPtr(); } function in class:clang::CompilerInvocationBase
75 const LangOptions *getLangOpts() const { return LangOpts.getPtr(); } function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h252 LangOptions &getLangOpts() { function in class:clang::CompilerInstance
255 const LangOptions &getLangOpts() const { function in class:clang::CompilerInstance
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h91 const LangOptions &getLangOpts() const { function in class:clang::ento::AnalysisManager
H A DCheckerContext.h134 const LangOptions &getLangOpts() const { function in class:clang::ento::CheckerContext
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h128 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Lexer
H A DPreprocessor.h438 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Preprocessor
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriter.h161 const LangOptions &getLangOpts() const { return *LangOpts; } function in class:clang::Rewriter
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp134 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon3064::PassManagerBuilderWrapper
H A DCodeGenModule.h522 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::CodeGen::CodeGenModule
H A DCodeGenFunction.h968 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } function in class:clang::CodeGen::CodeGenFunction
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h150 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::ento::CheckerManager
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp504 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } function in struct:__anon3000::EvalInfo
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3571 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon3036::StmtPrinterHelper
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h505 const LangOptions& getLangOpts() const { return LangOpts; } function in class:clang::ASTContext
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h224 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } function in class:clang::Parser
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h869 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Sema

Completed in 228 milliseconds