Searched refs:ASTContext (Results 376 - 400 of 415) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp334 ASTContext &C = getContext();
1334 ASTContext &Ctx = getContext();
H A DCGExprConstant.cpp21 #include "clang/AST/ASTContext.h"
182 const ASTContext &Context = CGM.getContext();
585 const ASTContext &Context = CGM.getContext();
H A DCGStmt.cpp1579 ASTContext &C,
2459 ASTContext &Ctx = CGM.getContext();
H A DCGStmtOpenMP.cpp18 #include "clang/AST/ASTContext.h"
287 ASTContext &C = getContext();
326 ASTContext &Ctx = getContext();
355 ASTContext &Ctx = CGF.getContext();
366 static QualType getCanonicalParamType(ASTContext &C, QualType T) {
420 ASTContext &Ctx = CGM.getContext();
3398 const ASTContext &C = CGF.getContext();
4056 createImplicitFirstprivateForType(ASTContext &C, OMPTaskDataTy &Data,
4936 ASTContext &Context = CGF.getContext();
H A DCodeGenFunction.cpp23 #include "clang/AST/ASTContext.h"
643 static bool matchesStlAllocatorFn(const Decl *D, const ASTContext &Ctx) {
1235 const ASTContext &Context) {
H A DCodeGenFunction.h56 class ASTContext;
1842 ASTContext &getContext() const { return CGM.getContext(); }
3887 ASTContext &Ctx);
3893 ASTContext &Ctx);
H A DCGBuiltin.cpp22 #include "clang/AST/ASTContext.h"
590 getIntegerWidthAndSignedness(const clang::ASTContext &context,
1210 static CanQualType getOSLogArgType(ASTContext &C, int Size) {
1218 ASTContext &Ctx = getContext();
1326 ASTContext &Ctx = getContext();
1514 ASTContext &Context = CGF.getContext();
1595 TypeRequiresBuiltinLaunderImp(const ASTContext &Ctx, QualType Ty,
4409 ASTContext::GetBuiltinTypeError Error;
4411 assert(Error == ASTContext::GE_None && "Should not codegen an error");
6825 ASTContext
[all...]
H A DCGExpr.cpp24 #include "clang/AST/ASTContext.h"
915 ASTContext &C = getContext();
2293 static void setObjCGCLValueClass(const ASTContext &Ctx, const Expr *E,
3535 static QualType getFixedSizeElementType(const ASTContext &ctx,
4172 static bool hasAnyVptr(const QualType Type, const ASTContext &Context) {
H A DCGExprScalar.cpp22 #include "clang/AST/ASTContext.h"
158 static llvm::Optional<QualType> getUnwidenedIntegerType(const ASTContext &Ctx,
173 static bool IsWidenedIntegerOp(const ASTContext &Ctx, const Expr *E) {
178 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) {
3591 ASTContext &Ctx = CGF.getContext();
H A DCGOpenMPRuntime.h890 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp15 #include "clang/AST/ASTContext.h"
72 PrintingPolicy Sema::getPrintingPolicy(const ASTContext &Context,
150 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
896 /// is parsed. Note that the ASTContext may have already injected some
1419 // Copy the diagnostic printing policy over the ASTContext printing policy.
H A DSemaStmt.cpp15 #include "clang/AST/ASTContext.h"
2822 ASTContext &Ctx = SemaRef.Context;
4059 ASTContext &Ctx;
4068 ASTContext &Ctx,
H A DSemaOpenMP.cpp15 #include "clang/AST/ASTContext.h"
1522 ASTContext &Context = SemaRef.getASTContext();
1543 ASTContext &Context = SemaRef.getASTContext();
1934 ASTContext &Ctx = getASTContext();
4111 ASTContext &C = S.getASTContext();
5897 ASTContext &Context = getASTContext();
7309 ASTContext &C = SemaRef.Context;
7943 ASTContext &C = SemaRef.Context;
7966 static Stmt *buildPreInits(ASTContext &Context,
7978 buildPreInits(ASTContext
[all...]
H A DSemaObjCProperty.cpp313 static bool LocPropertyAttribute( ASTContext &Context, const char *attrName,
1055 RedeclarePropertyAccessor(ASTContext &Context, ObjCImplementationDecl *Impl,
H A DSemaTemplateInstantiate.cpp14 #include "clang/AST/ASTContext.h"
2607 Attr *instantiateTemplateAttribute(const Attr *At, ASTContext &C, Sema &S,
2610 const Attr *At, ASTContext &C, Sema &S,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp15 #include "clang/AST/ASTContext.h"
1747 static bool isAssertlikeBlock(const CFGBlock *B, ASTContext &Context) {
2826 ASTContext &Ctx = BRC.getASTContext();
H A DExprEngine.cpp17 #include "clang/AST/ASTContext.h"
141 ASTContext &getASTContext() const {
2038 ASTContext &Ctx) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h83 class ASTContext;
399 ASTContext &Context;
1421 Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
1437 ASTContext &getASTContext() const { return Context; }
2673 static PrintingPolicy getPrintingPolicy(const ASTContext &Ctx,
5323 // types stored in ASTContext. The bit-index corresponds to the integer value
6487 llvm::ContextualFoldingSet<ConstraintSatisfaction, const ASTContext &>
8261 static void MarkDeducedTemplateParameters(ASTContext &Ctx,
12610 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp394 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp14 #include "clang/AST/ASTContext.h"
668 const ASTContext &Context) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp13 #include "clang/AST/ASTContext.h"
137 MicrosoftMangleContextImpl(ASTContext &Context, DiagnosticsEngine &Diags);
278 ASTContext &getASTContext() const { return Context.getASTContext(); }
398 MicrosoftMangleContextImpl::MicrosoftMangleContextImpl(ASTContext &Context,
3555 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) {
H A DASTStructuralEquivalence.cpp62 #include "clang/AST/ASTContext.h"
373 /// is inspired by ASTContext::mergeFunctionTypes(), we compare calling
1678 ASTContext &Context = Anon->getASTContext();
H A DTextNodeDumper.cpp59 TextNodeDumper::TextNodeDumper(raw_ostream &OS, const ASTContext &Context,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp16 #include "clang/AST/ASTContext.h"
1051 ASTContext &Context) {
1105 void ASTWriter::WriteControlBlock(Preprocessor &PP, ASTContext &Context,
2882 uint64_t ASTWriter::WriteDeclContextLexicalBlock(ASTContext &Context,
3850 uint64_t ASTWriter::WriteDeclContextVisibleBlock(ASTContext &Context,
4421 ASTContext &Context = SemaRef.Context;
H A DASTReader.cpp19 #include "clang/AST/ASTContext.h"
2955 if (ASTContext *Ctx = ContextObj) {
4853 ASTContext &Context = *ContextObj;
6380 ASTContext &Context = *ContextObj;
6796 ASTContext &Context = *ContextObj;
7227 ASTContext &Context = *ContextObj;
7318 static Decl *getPredefinedDecl(ASTContext &Context, PredefinedDeclIDs ID) {
8809 ASTContext &Context = getContext();
8874 ASTContext &Context = getContext();
9081 ASTContext
[all...]

Completed in 380 milliseconds

<<11121314151617