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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1990 ExprResult SecondExpr = ParseExpression();
1991 if (SecondExpr.isInvalid())
1995 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(),
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 10350 Expr *SecondExpr = SecondSA->getAssertExpr();
10352 unsigned SecondODRHash = ComputeODRHash(SecondExpr);
10356 ODRDiagDeclNote(SecondModule, SecondExpr->getBeginLoc(),
10357 SecondExpr->getSourceRange(), StaticAssertCondition);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 11012 auto *SecondExpr = dyn_cast<Expr>(Second);
11013 if (!FirstExpr || !SecondExpr ||
11015 SecondExpr->isInstantiationDependent())) {

Completed in 56 milliseconds