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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2126 if (S->hasExplicitParameters() || S->hasExplicitResultType()) {
2128 if (S->hasExplicitParameters() && S->hasExplicitResultType()) {
H A DExprCXX.h1519 bool hasExplicitResultType() const { return ExplicitResultType; } function in class:clang::LambdaExpr
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8088 E->hasExplicitResultType(),

Completed in 208 milliseconds