Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h77 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function
78 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
H A DCompilerInstance.h294 LangOptions &getLangOpts() { in getLangOpts() function
297 const LangOptions &getLangOpts() const { in getLangOpts() function
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/external/clang/include/clang/Edit/
H A DEditedSource.h59 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h94 const LangOptions &getLangOpts() const { in getLangOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h65 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function

123