Home
last modified time | relevance | path

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

123

/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInvocation.h131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
244 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
DCompilerInstance.h312 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } in getLangOpts() function
313 const LangOptions &getLangOpts() const { return Invocation->getLangOpts(); } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Frontend/
DCompilerInvocation.h131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
249 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
DCompilerInstance.h333 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } in getLangOpts() function
334 const LangOptions &getLangOpts() const { return Invocation->getLangOpts(); } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInvocation.h131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
249 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
DCompilerInstance.h333 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } in getLangOpts() function
334 const LangOptions &getLangOpts() const { return Invocation->getLangOpts(); } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInvocation.h131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
249 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
DCompilerInstance.h315 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } in getLangOpts() function
316 const LangOptions &getLangOpts() const { return Invocation->getLangOpts(); } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Rewrite/Core/
DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Rewrite/Core/
DRewriter.h79 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Rewrite/Core/
DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Rewrite/Core/
DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/
DClangTidyCheck.h489 const LangOptions &getLangOpts() const { return Context->getLangOpts(); } in getLangOpts() function

123