Home
last modified time | relevance | path

Searched refs:astContext (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h376 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
377 bool isNoReturn(ASTContext &astContext) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp548 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder() argument
550 : Context(astContext), cfg(new CFG()), BuildOpts(buildOpts) {} in CFGBuilder()
5288 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl()
5316 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()
5333 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()
5346 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2094 auto &astContext = CGM.getContext(); in GenerateDirectMethodPrologue() local
2098 astContext.getTypeAlign(astContext.UnsignedLongTy))}); in GenerateDirectMethodPrologue()