Home
last modified time | relevance | path

Searched refs:hasExplicitResultType (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DRecursiveASTVisitor.h2261 if (S->hasExplicitParameters() && S->hasExplicitResultType()) {
2270 } else if (S->hasExplicitResultType()) {
DExprCXX.h1741 bool hasExplicitResultType() const { return ExplicitResultType; } in hasExplicitResultType() function
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp2067 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
DASTImporter.cpp7739 E->hasExplicitResultType(), ToCaptureInits, in VisitLambdaExpr()
/external/clang/lib/AST/
DStmtPrinter.cpp2123 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
/external/llvm-project/clang/include/clang/AST/
DRecursiveASTVisitor.h2520 if (S->hasExplicitResultType())
DExprCXX.h2062 bool hasExplicitResultType() const { in hasExplicitResultType() function
/external/clang/tools/libclang/
DCIndex.cpp2946 if (E->hasExplicitParameters() || E->hasExplicitResultType()) { in RunVisitorWorkList()
2948 if (E->hasExplicitParameters() && E->hasExplicitResultType()) { in RunVisitorWorkList()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp3296 if (E->hasExplicitResultType()) { in RunVisitorWorkList()
/external/clang/lib/Sema/
DTreeTransform.h10243 E->hasExplicitResultType(), in TransformLambdaExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h12537 E->hasExplicitResultType(), in TransformLambdaExpr()