• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:ASTContext

15 #include "clang/AST/ASTContext.h"
260 ASTContext &Context = S.Context;
528 synthesizeCurrentNestedNameSpecifier(ASTContext &Context, DeclContext *DC) {
842 ASTContext &Context = S.Context;
1431 ASTContext &Context,
1523 ASTContext&);
1845 static void GenerateFixForUnusedDecl(const NamedDecl *D, ASTContext &Ctx,
2030 ASTContext &Context = ThisSema.Context;
2041 ASTContext::GetBuiltinTypeError Error) {
2043 case ASTContext::GE_None:
2045 case ASTContext::GE_Missing_type:
2047 case ASTContext::GE_Missing_stdio:
2049 case ASTContext::GE_Missing_setjmp:
2051 case ASTContext::GE_Missing_ucontext:
2102 ASTContext::GetBuiltinTypeError Error;
2110 if (Error == ASTContext::GE_Missing_type ||
2116 if (Error == ASTContext::GE_Missing_setjmp) {
5438 static bool hasSimilarParameters(ASTContext &Context,
5894 ASTContext &Context,
5996 ASTContext &Context,
6195 ASTContext &Context) {
8138 DifferentNameValidatorCCC(ASTContext &Context, FunctionDecl *TypoFD,
8173 ASTContext &Context;
8541 static bool isOpenCLSizeDependentType(ASTContext &C, QualType Ty) {
9319 ASTContext::PSF_Implicit | ASTContext::PSF_Execute |
9320 ASTContext::PSF_Read,
9644 ASTContext::GetBuiltinTypeError Error;
10840 ASTContext::GetBuiltinTypeError Error;
12828 int SectionFlags = ASTContext::PSF_Read;
12833 SectionFlags |= ASTContext::PSF_Write;
12836 SectionFlags |= ASTContext::PSF_Write;
12840 SectionFlags |= ASTContext::PSF_Implicit;
12843 SectionFlags |= ASTContext::PSF_Implicit;
15377 // when the ASTContext lays out the structure.
16036 // the ASTContext lays out the structure.
17401 static bool isRepresentableIntegerValue(ASTContext &Context,
17418 static QualType getNextLargerIntegralType(ASTContext &Context, QualType T) {