Searched refs:getLangOpts (Results 226 - 250 of 250) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h724 const LangOptions& getLangOpts() const { return LangOpts; }
1811 return getLangOpts().CPlusPlus ? BoolTy : IntTy;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp634 const LangOptions &LO = C.getLangOpts();
H A DDeclTemplate.cpp696 C.getLangOpts().CPlusPlus2a ? T->getContainedAutoType() : nullptr;
H A DDeclPrinter.cpp533 if (D->isFixed() && D->getASTContext().getLangOpts().CPlusPlus11)
H A DStmtPrinter.cpp1120 Context->getSourceManager(), Context->getLangOpts(), &Invalid);
2515 printPretty(llvm::errs(), nullptr, PrintingPolicy(Context.getLangOpts()));
H A DJSONNodeDumper.cpp225 Lexer::MeasureTokenLength(Loc, SM, Ctx.getLangOpts()));
H A DASTImporter.cpp1058 if (Importer.getToContext().getLangOpts().CharIsSigned)
1067 if (!Importer.getToContext().getLangOpts().CharIsSigned)
2602 } else if (Importer.getToContext().getLangOpts().CPlusPlus)
2699 } else if (Importer.getToContext().getLangOpts().CPlusPlus)
3200 if (Importer.getToContext().getLangOpts().CPlusPlus)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h675 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::CodeGen::CodeGenModule
H A DMicrosoftCXXABI.cpp1628 getContext().getLangOpts().RTTIData
1794 !VFTableComesFromAnotherTU && getContext().getLangOpts().RTTIData;
2454 bool ThreadsafeStatic = getContext().getLangOpts().ThreadsafeStatics;
H A DCGExprConstant.cpp2042 !CGM.getContext().getLangOpts().NativeHalfType &&
H A DCGBuiltin.cpp63 switch (CGF.getLangOpts().getTrivialAutoVarInit()) {
1359 if (!RetainableOperands.empty() && getLangOpts().ObjCAutoRefCount &&
14339 if (getLangOpts().isSignedOverflowDefined())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp110 : LangOpts(new LangOptions(*X.getLangOpts())),
3523 LangOptions &LangOpts = *Res.getLangOpts();
3631 !Res.getLangOpts()->Sanitize.empty()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp647 if (m_ast_context->getLangOpts().ObjC)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp708 Rewrite.setSourceMgr(Context->getSourceManager(), Context->getLangOpts());
5814 if (Context->getLangOpts().MicrosoftExt)
6740 if (Context->getLangOpts().MicrosoftExt)
6743 if (!Context->getLangOpts().MicrosoftExt ||
H A DRewriteObjC.cpp637 Rewrite.setSourceMgr(Context->getSourceManager(), Context->getLangOpts());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h872 if (V.isSigned() && !S.getLangOpts().CPlusPlus2a) {
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1706 std::vector<Record *> getLangOpts() const { function in struct:__anon56::AttributeSubjectMatchRule
1989 std::vector<Record *> LangOpts = Rule.getLangOpts();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1352 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::final
2152 if (!getLangOpts().CPlusPlus || E.isInvalid())
5284 if (!Self.getLangOpts().CPlusPlus11)
12103 Actions.getLangOpts().CPlusPlus11) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6986 Finder->getASTContext().getLangOpts().OpenMP);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2821 C.getSourceManager(), C.getLangOpts());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1583 Lexer::getSpelling(LToken, Start, SourceMgr, L.getLangOpts());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2461 if (Writer->Context->getLangOpts().ModulesCodegen) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2541 (A->getType().isCForbiddenLValueType() && !AMgr.getLangOpts().CPlusPlus);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3824 (SemaRef.getLangOpts().CPlusPlus11 &&
7062 if (getSema().getLangOpts().OpenMP)
7072 if (getSema().getLangOpts().OpenMP && Init.isUsable())
13649 << ScopeType->getType() << getSema().getLangOpts().CPlusPlus;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1018 if (ast.getLangOpts().CharIsSigned && type_name == "char") {
1070 if (!ast.getLangOpts().CharIsSigned && type_name == "char") {

Completed in 500 milliseconds

12345678910