HomeSort by: relevance | last modified time | path
    Searched refs:ExplicitResultType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 487 bool ExplicitResultType,
501 if (ExplicitResultType) {
913 bool ExplicitResultType = true;
942 ExplicitResultType = false;
962 ExplicitResultType = FTI.hasTrailingReturnType();
1012 ExplicitParams, ExplicitResultType, !Method->isConst());
1754 bool ExplicitResultType;
1763 ExplicitResultType = !LSI->HasImplicitReturnType;
1906 ExplicitParams, ExplicitResultType,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 1125 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits,
1134 LambdaExprBits.ExplicitResultType = ExplicitResultType;
1165 bool ExplicitParams, bool ExplicitResultType,
1177 ExplicitParams, ExplicitResultType, CaptureInits, ClosingBrace,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1889 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits,
1909 bool ExplicitParams, bool ExplicitResultType,
2073 return LambdaExprBits.ExplicitResultType;
Stmt.h 949 unsigned ExplicitResultType : 1;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1732 E->LambdaExprBits.ExplicitResultType = Record.readInt();
ASTWriterStmt.cpp 1623 Record.push_back(E->LambdaExprBits.ExplicitResultType);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6604 bool ExplicitResultType,

Completed in 136 milliseconds