Home | History | Annotate | Download | only in slang

Lines Matching full:astcontext

23 #include "clang/AST/ASTContext.h"
272 void Backend::Initialize(clang::ASTContext &Ctx) {
278 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
413 clang::ASTContext& ASTC = mContext->getASTContext();
415 // ASTContext caches record layout. We may transform the record in a way
429 // NOTE: ASTContext also caches TypeInfo (see
430 // ASTContext::getTypeInfo()). ASSUME that inserting padding
692 void Backend::HandleTranslationUnitPre(clang::ASTContext &C) {