HomeSort by relevance Sort by last modified time
    Searched defs:syntactic (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 320 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
321 return PseudoObjectExpr::Create(S.Context, syntactic,
347 Expr *syntactic;
352 syntactic = new (S.Context) BinaryOperator(syntacticLHS, capturedRHS,
367 syntactic =
383 return complete(syntactic);
427 UnaryOperator *syntactic = local
430 return complete(syntactic);
550 // If we have a base, capture it in an OVE and rebuild the syntactic
849 // Capture base expression in an OVE and rebuild the syntactic
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 880 const Expr *syntactic = PO->getSyntacticForm(); local
882 dyn_cast<ObjCPropertyRefExpr>(syntactic)) {
887 else if (isa<BinaryOperator>(syntactic)) {
    [all...]

Completed in 77 milliseconds