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

  /external/clang/include/clang/Sema/
TypoCorrection.h 255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo),
299 bool IsAddressOfOperand;
SemaInternal.h 204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; }
Sema.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseExpr.cpp 168 /*isAddressOfOperand=*/false,
430 /// \p isAddressOfOperand exists because an id-expression that is the
434 bool isAddressOfOperand,
438 isAddressOfOperand,
486 /// \p isAddressOfOperand exists because an id-expression that is the operand
654 bool isAddressOfOperand,
733 return ParseCastExpression(isUnaryExpression, isAddressOfOperand);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
TreeTransform.h 636 bool IsAddressOfOperand,
640 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp 734 bool IsAddressOfOperand,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 588 TryAnnotateName(bool IsAddressOfOperand,
    [all...]

Completed in 646 milliseconds