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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 1940 TransExpr;
1942 TransExpr = Req->getExprSubstitutionDiagnostic();
1951 TransExpr = createSubstDiag(SemaRef, Info,
1957 TransExpr = TransExprRes.get();
1988 if (Expr *E = TransExpr.dyn_cast<Expr *>())
1992 TransExpr.get<concepts::Requirement::SubstitutionDiagnostic *>(),
TreeTransform.h 12299 llvm::PointerUnion<Expr *, concepts::Requirement::SubstitutionDiagnostic *> TransExpr;
12301 TransExpr = Req->getExprSubstitutionDiagnostic();
12306 TransExpr = TransExprRes.get();
12326 if (Expr *E = TransExpr.dyn_cast<Expr *>())
12331 TransExpr.get<concepts::Requirement::SubstitutionDiagnostic *>(),

Completed in 49 milliseconds