/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 104 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function 105 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
|
H A D | CompilerInstance.h | 301 LangOptions &getLangOpts() { in getLangOpts() function 304 const LangOptions &getLangOpts() const { in getLangOpts() function
|
H A D | ASTUnit.h | 460 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Edit/ |
H A D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Context.cpp | 73 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function in Context
|
H A D | State.cpp | 115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts() function in State
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
H A D | CheckerContext.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/lib/Index/ |
H A D | IndexingContext.cpp | 32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts() function in IndexingContext
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 169 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 730 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclBase.cpp | 434 const LangOptions &Decl::getLangOpts() const { in getLangOpts() function in Decl
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 761 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1196 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 446 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | CFG.cpp | 5478 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon76ebc3340611::StmtPrinterHelper
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 1805 std::vector<Record *> getLangOpts() const { in getLangOpts() function
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4517 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 1650 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|