Searched refs:langOpts (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 64 langOpts(astContext.getLangOpts()), codeGenOpts(cgo), in CIRGenModule() 585 if (langOpts.OpenMP && !langOpts.OpenMPSimd) in getOrCreateCIRGlobal() 759 if (langOpts.CUDA) { in emitGlobalVarDefinition() 1454 if (langOpts.EmitAllDecls) in mustBeEmitted() 1476 if (langOpts.OpenMP >= 50 && !langOpts.OpenMPSimd) { in mayBeEmittedEagerly() 1492 if (langOpts.SYCLIsDevice) { in mayBeEmittedEagerly() 1507 if (langOpts.OpenMP && langOpts.OpenMPUseTLS && in mayBeEmittedEagerly()
|
| H A D | CIRGenModule.h | 74 const clang::LangOptions &langOpts; variable 100 const clang::LangOptions &getLangOpts() const { return langOpts; } in getLangOpts()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 198 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts, in Lexer() argument 201 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer() 213 const SourceManager &SM, const LangOptions &langOpts, in Lexer() argument 215 : Lexer(SM.getLocForStartOfFile(FID), langOpts, FromFile.getBufferStart(), in Lexer()
|