/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 77 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function 78 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
|
H A D | CompilerInstance.h | 294 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/ |
D | CompilerInvocation.h | 131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function 244 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
|
D | CompilerInstance.h | 312 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/ |
D | CompilerInvocation.h | 131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function 249 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
|
D | CompilerInstance.h | 333 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/ |
D | CompilerInvocation.h | 131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function 249 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
|
D | CompilerInstance.h | 315 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/ |
D | CompilerInvocation.h | 131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function 249 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
|
D | CompilerInstance.h | 315 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 D | EditedSource.h | 59 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 94 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Edit/ |
D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Edit/ |
D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Edit/ |
D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Edit/ |
D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
D | CheckerContext.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
D | CheckerContext.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
D | CheckerContext.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
D | CheckerContext.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/aosp_15_r20/external/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 65 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
|