Searched defs:HasDependentReturnType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp2881 bool HasDependentReturnType = FnRetType->isDependentType(); local
2960 } else if (!RetValExp && !HasDependentReturnType) {
2971 assert(RetValExp || HasDependentReturnType);
2984 if (!HasDependentReturnType && !RetValExp->isTypeDependent()) {

Completed in 69 milliseconds