Home
last modified time | relevance | path

Searched defs:getLangOpts (Results 1 – 18 of 18) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h76 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function
77 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
H A DCompilerInstance.h274 LangOptions &getLangOpts() { in getLangOpts() function
277 const LangOptions &getLangOpts() const { in getLangOpts() function
H A DASTUnit.h516 const LangOptions &getLangOpts() const { in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h53 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h94 const LangOptions &getLangOpts() const { in getLangOpts() function
H A DCheckerContext.h134 const LangOptions &getLangOpts() const { in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLexer.h128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
H A DPreprocessor.h503 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriter.h160 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp142 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonfbf255770111::PassManagerBuilderWrapper
H A DCodeGenModule.h601 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
H A DCodeGenFunction.h1073 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h170 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h240 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h521 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3957 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon557f5a500211::StmtPrinterHelper
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h963 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp524 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function