Searched refs:LangOpts (Results 126 - 146 of 146) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h548 LangOptions &LangOpts; member in class:clang::ASTContext
665 const LangOptions& getLangOpts() const { return LangOpts; }
H A DExpr.h4767 bool isIdiomaticZeroInitializer(const LangOptions &LangOpts) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2577 const auto &LangOpts = getASTContext().getLangOpts(); local
2585 if (LangOpts.CUDA && !LangOpts.GPURelocatableDeviceCode &&
H A DExpr.cpp2205 bool InitListExpr::isIdiomaticZeroInitializer(const LangOptions &LangOpts) const {
2208 if (LangOpts.CPlusPlus || getNumInits() != 1 || !getInit(0)) {
H A DExprConstant.cpp10493 EvaluateBuiltinClassifyType(QualType T, const LangOptions &LangOpts) {
10579 return LangOpts.CPlusPlus ? GCCTypeClass::Enum : GCCTypeClass::Integer;
10604 CanTy->castAs<AtomicType>()->getValueType(), LangOpts);
10630 EvaluateBuiltinClassifyType(const CallExpr *E, const LangOptions &LangOpts) {
10639 return EvaluateBuiltinClassifyType(E->getArg(0)->getType(), LangOpts);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5125 const LangOptions &LangOpts; member in class:__anon1632::StmtPrinterHelper
5129 : LangOpts(LO) {
5188 const LangOptions &getLangOpts() const { return LangOpts; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1902 if (LangOpts.MicrosoftExt) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1784 if (LangOpts.CUDA)
H A DSemaLookup.cpp1501 static bool isInCurrentModule(const Module *M, const LangOptions &LangOpts) { argument
1504 return M->getTopLevelModuleName() == LangOpts.CurrentModule ||
H A DSemaExprCXX.cpp637 if (!CXXTypeInfoDecl && LangOpts.MSVCCompat) {
2961 Context, LangOpts.GlobalAllocationFunctionVisibilityHidden
2980 if (!LangOpts.CUDA)
H A DSemaTemplate.cpp6122 if (LangOpts.CPlusPlus11 || Arg->hasUnnamedOrLocalType()) {
8859 if (LangOpts.CUDA &&
8997 if (LangOpts.CUDA)
10019 if (LangOpts.CUDA &&
H A DSemaExprObjC.cpp767 assert(!LangOpts.isSubscriptPointerArithmetic());
2446 edit::Commit ECommit(SM, S.LangOpts);
H A DSemaTemplateInstantiateDecl.cpp6082 if (!LocalOnly && LangOpts.PCHInstantiateTemplates &&
6131 if (!LocalOnly && LangOpts.PCHInstantiateTemplates)
H A DSemaDeclCXX.cpp4346 if (!LangOpts.CPlusPlus11)
9020 if (!LangOpts.CPlusPlus11 || RD->isInvalidDecl())
17108 if (TUKind != TU_Prefix && LangOpts.OpenMP && LangOpts.OpenMPIsDevice &&
H A DSemaStmt.cpp338 if (LangOpts.OpenMP && isa<CallExpr>(Source) &&
H A DSemaChecking.cpp106 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts,
9657 ReadableName = Lexer::getImmediateMacroName(SL, SM, LangOpts);
13445 if (LangOpts.CPlusPlus && !Param->isInvalidDecl()) {
H A DSemaOverload.cpp6375 if (LangOpts.OpenCL && isOpenCLDisabledDecl(Function)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp482 TargetCodeGenInfo::getLLVMSyncScopeID(const LangOptions &LangOpts, argument
8899 llvm::SyncScope::ID getLLVMSyncScopeID(const LangOptions &LangOpts,
9070 AMDGPUTargetCodeGenInfo::getLLVMSyncScopeID(const LangOptions &LangOpts,
H A DCGDebugInfo.cpp2280 const LangOptions &LangOpts) {
2291 if (!LangOpts.CPlusPlus)
2278 shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, bool DebugTypeExtRefs, const RecordDecl *RD, const LangOptions &LangOpts) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h397 const LangOptions &LangOpts; member in class:clang::final
1430 const LangOptions &getLangOpts() const { return LangOpts; }
8870 if (S.TUKind != TU_Prefix || !S.LangOpts.PCHInstantiateTemplates) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2873 static void SetupFixedPointError(const LangOptions &LangOpts, argument
2876 assert(!LangOpts.FixedPoint);

Completed in 809 milliseconds

123456