HomeSort by: relevance | last modified time | path
    Searched defs:syntactic (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 405 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
406 return PseudoObjectExpr::Create(S.Context, syntactic,
437 // semantic expression with expressions from the syntactic form.
444 Expr *syntactic; local
449 syntactic = BinaryOperator::Create(S.Context, syntacticLHS, capturedRHS,
464 syntactic = CompoundAssignOperator::Create(
480 return complete(syntactic);
529 UnaryOperator *syntactic = local
537 return complete(syntactic);
703 // If we have a base, capture it in an OVE and rebuild the syntactic
    [all...]

Completed in 25 milliseconds