Searched refs:ASTContext (Results 351 - 375 of 415) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp15 #include "clang/AST/ASTContext.h"
470 ASTContext *Context;
530 explicit CFGBuilder(ASTContext *astContext,
2578 static bool CanThrow(Expr *E, ASTContext &Ctx) {
4158 ASTContext &Ctx) {
4953 ASTContext *C, const BuildOptions &BO) {
5004 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const {
H A DUninitializedValues.cpp235 static const Expr *stripCasts(ASTContext &C, const Expr *Ex) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp15 #include "clang/AST/ASTContext.h"
154 AccessTarget(ASTContext &Context,
164 AccessTarget(ASTContext &Context,
H A DSemaExprMember.cpp433 ASTContext &Context) {
452 ASTContext &Context) {
H A DSemaOverload.cpp13 #include "clang/AST/ASTContext.h"
247 isPointerConversionToVoidPointer(ASTContext& Context) const {
266 static const Expr *IgnoreNarrowingConversion(ASTContext &Ctx,
310 ASTContext &Ctx, const Expr *Converted, APValue &ConstantValue,
610 clang::MakeDeductionFailureInfo(ASTContext &Context,
893 ASTContext &Ctx, const FunctionDecl *FD) {
2279 ASTContext &Context,
2321 ASTContext &Context) {
2485 static QualType AdoptQualifiers(ASTContext &Context, QualType T, Qualifiers Qs){
3319 static bool isFirstArgumentCompatibleWithType(ASTContext
[all...]
H A DSemaStmtAsm.cpp214 const TargetInfo &Target, ASTContext &Cont) {
H A DSemaInit.cpp13 #include "clang/AST/ASTContext.h"
39 static bool IsWideCharCompatible(QualType T, ASTContext &Context) {
64 ASTContext &Context) {
137 ASTContext &Context) {
2875 ASTContext &Context = SemaRef.Context;
3238 InitializedEntity::InitializedEntity(ASTContext &Context, unsigned Index,
3257 InitializedEntity::InitializeBase(ASTContext &Context,
3867 static bool hasCopyOrMoveCtorParam(ASTContext &Ctx,
5343 static InvalidICRKind isInvalidICRSource(ASTContext &C, Expr *e,
5428 static bool hasCompatibleArrayTypes(ASTContext
[all...]
H A DSemaExprCXX.cpp18 #include "clang/AST/ASTContext.h"
1047 DeclContext *CurSemaContext, ASTContext &ASTCtx) {
4629 Sema &Self, SourceLocation KeyLoc, ASTContext &C,
4667 ASTContext &C = Self.Context;
5892 static bool isValidVectorForConditionalCondition(ASTContext &Ctx,
6461 QualType rebuild(ASTContext &Ctx, QualType T) const {
6845 // Search for the base element type (cf. ASTContext::getBaseElementType) with
7752 ASTContext &Context) {
H A DSemaTemplateInstantiateDecl.cpp13 #include "clang/AST/ASTContext.h"
1771 static QualType adjustFunctionTypeForInstantiation(ASTContext &Context,
5582 ASTContext &C) {
5588 ASTContext &C) {
5594 ASTContext &Ctx) {
5636 static bool isInstantiationOf(ASTContext &Ctx, NamedDecl *D, Decl *Other) {
5689 static NamedDecl *findInstantiationOf(ASTContext &Ctx,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp556 explicit BuildTreeVisitor(ASTContext &Context, syntax::TreeBuilder &Builder)
1279 const ASTContext &Context;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp175 ASTContext &Ctx = CGM.getContext();
H A DCGCoroutine.cpp290 static QualType getCoroutineSuspendExprReturnType(const ASTContext &Ctx,
H A DCGDebugInfo.h355 const CGBlockInfo &Block, const ASTContext &Context, SourceLocation Loc,
H A DCGLoopInfo.cpp10 #include "clang/AST/ASTContext.h"
576 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx,
H A DCGObjC.cpp19 #include "clang/AST/ASTContext.h"
120 ASTContext &Context = CGM.getContext();
746 ASTContext &Context = CGF.getContext();
3548 ASTContext &C = getContext();
3632 ASTContext &C = getContext();
H A DCGRecordLayoutBuilder.cpp16 #include "clang/AST/ASTContext.h"
194 const ASTContext &Context;
H A DCodeGenTypes.cpp19 #include "clang/AST/ASTContext.h"
585 ASTContext::BuiltinVectorTypeInfo Info =
H A DCGExprAgg.cpp19 #include "clang/AST/ASTContext.h"
390 ASTContext &Ctx = CGF.getContext();
685 static Expr *findPeephole(Expr *op, CastKind kind, const ASTContext &ctx) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp242 void HandleTranslationUnit(ASTContext &Ctx) override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp37 ASTContext &Context;
44 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context,
2388 static bool isRequiredDecl(const Decl *D, ASTContext &Context,
2407 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp676 ASTContext &Ctx = C.getASTContext();
H A DCheckSecuritySyntaxOnly.cpp27 static bool isArc4RandomAvailable(const ASTContext &Ctx) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h212 void dump(raw_ostream &OS, const ASTContext &Context) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp406 ExprDependence clang::computeDependence(DeclRefExpr *E, const ASTContext &Ctx) {
H A DItaniumMangle.cpp18 #include "clang/AST/ASTContext.h"
129 explicit ItaniumMangleContextImpl(ASTContext &Context,
383 ASTContext &getASTContext() const { return Context.getASTContext(); }
2496 ASTContext &Ctx) {
5354 ItaniumMangleContext *ItaniumMangleContext::create(ASTContext &Context,

Completed in 334 milliseconds

<<11121314151617