Searched refs:getLangOpts (Results 251 - 267 of 267) sorted by relevance

<<11

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp744 Context.getLangOpts(), Context.getTargetInfo(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp696 C.getLangOpts().CPlusPlus20 ? T->getContainedAutoType() : nullptr;
H A DJSONNodeDumper.cpp235 Lexer::MeasureTokenLength(Loc, SM, Ctx.getLangOpts()));
H A DStmtPrinter.cpp1127 Context->getSourceManager(), Context->getLangOpts(), &Invalid);
2545 printPretty(llvm::errs(), nullptr, PrintingPolicy(Context.getLangOpts()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h872 if (V.isSigned() && !S.getLangOpts().CPlusPlus20) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3999 (SemaRef.getLangOpts().CPlusPlus11 &&
7369 if (getSema().getLangOpts().OpenMP)
7379 if (getSema().getLangOpts().OpenMP && Init.isUsable())
10580 FPOptionsOverride NewOverrides(E->getFPFeatures(getSema().getLangOpts()));
10582 NewOverrides.applyOverrides(getSema().getLangOpts());
10637 FPOptionsOverride NewOverrides(E->getFPFeatures(getSema().getLangOpts()));
10639 NewOverrides.applyOverrides(getSema().getLangOpts());
11117 NewOverrides.applyOverrides(getSema().getLangOpts());
14334 << ScopeType->getType() << getSema().getLangOpts().CPlusPlus;
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1744 std::vector<Record *> getLangOpts() const { function in struct:__anon2434::AttributeSubjectMatchRule
2028 std::vector<Record *> LangOpts = Rule.getLangOpts();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2054 !CGM.getContext().getLangOpts().NativeHalfType &&
H A DCGBuiltin.cpp65 switch (CGF.getLangOpts().getTrivialAutoVarInit()) {
1368 getLangOpts().ObjCAutoRefCount && LifetimeExtendObject(TheExpr)) {
4251 getLangOpts().HIP)
16089 if (getLangOpts().isSignedOverflowDefined())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1610 Lexer::getSpelling(LToken, Start, SourceMgr, L.getLangOpts());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2865 C.getSourceManager(), C.getLangOpts());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7273 Finder->getASTContext().getLangOpts().OpenMP);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1430 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::final
2303 if (!getLangOpts().CPlusPlus || E.isInvalid())
5506 if (!Self.getLangOpts().CPlusPlus11)
12540 /// S.getLangOpts().SYCLIsDevice)
12596 Actions.getLangOpts().CPlusPlus11) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2472 if (Writer->Context->getLangOpts().ModulesCodegen) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2573 (A->getType().isCForbiddenLValueType() && !AMgr.getLangOpts().CPlusPlus);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1067 if (ast.getLangOpts().CharIsSigned && type_name == "char") {
1119 if (!ast.getLangOpts().CharIsSigned && type_name == "char") {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp637 Rewrite.setSourceMgr(Context->getSourceManager(), Context->getLangOpts());

Completed in 534 milliseconds

<<11