HomeSort by relevance Sort by last modified time
    Searched refs:isAddressOfOperand (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Parse/
ParseExpr.cpp 170 /*isAddressOfOperand=*/false,
458 /// \p isAddressOfOperand exists because an id-expression that is the
462 bool isAddressOfOperand,
466 isAddressOfOperand,
513 /// \p isAddressOfOperand exists because an id-expression that is the operand
682 bool isAddressOfOperand,
761 return ParseCastExpression(isUnaryExpression, isAddressOfOperand);
    [all...]
ParseExprCXX.cpp 592 ExprResult Parser::tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand,
605 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
606 isAddressOfOperand = false;
609 Tok.is(tok::l_paren), isAddressOfOperand,
651 /// The isAddressOfOperand parameter indicates that this id-expression is a
656 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) {
666 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
671 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
    [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 216 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; }
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 598 TryAnnotateName(bool IsAddressOfOperand,
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 412 bool isAddressOfOperand,
416 if (!isAddressOfOperand &&
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 1006 milliseconds