Searched refs:astContext (Results 1 – 3 of 3) sorted by relevance
290 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local291 if (!IsCompleteType(astContext, elemType)) in computeOffset()299 astContext.getTypeSizeInChars(elemType), in computeOffset()
336 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder() argument338 : Context(astContext), cfg(new CFG()), // crew a new CFG in CFGBuilder()3425 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl()3435 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()3448 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()3466 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const { in isNoReturn()3467 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext)) in isNoReturn()
155 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;156 bool isNoReturn(ASTContext &astContext) const;