Searched refs:canVarDeclThrow (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1057 static CanThrowResult canVarDeclThrow(Sema &Self, const VarDecl *VD) { function in namespace:clang
1080 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD));
1507 CT = mergeCanThrow(CT, canVarDeclThrow(*this, VD));

Completed in 190 milliseconds