Home | History | Annotate | Download | only in AST

Lines Matching full:astcontext

15 #include "clang/AST/ASTContext.h"
55 void *Decl::operator new(std::size_t Size, const ASTContext &Context,
75 void *Decl::operator new(std::size_t Size, const ASTContext &Ctx,
270 ASTContext &Ctx) {
323 ASTContext &Decl::getASTContext() const {
337 ASTContext &Ctx = getASTContext();
359 void Decl::markUsed(ASTContext &C) {
402 static AvailabilityResult CheckAvailability(ASTContext &Context,
704 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) {
1145 ASTContext &Context = DC->getParentASTContext();
1161 ASTContext &Context = DC->getParentASTContext();
1640 ASTContext *C = &getParentASTContext();
1699 StoredDeclsMap *DeclContext::CreateStoredDeclsMap(ASTContext &C) const {
1716 void ASTContext::ReleaseDeclContextMaps() {
1738 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C,
1750 // Allocate the copy of the PartialDiagnostic via the ASTContext's
1751 // BumpPtrAllocator, rather than the ASTContext itself.