Home
last modified time | relevance | path

Searched defs:isAddressOfOperand (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DSemaInternal.h217 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
/external/clang/lib/Parse/
DParseExpr.cpp475 bool isAddressOfOperand, in ParseCastExpression()
695 bool isAddressOfOperand, in ParseCastExpression()
DParseExprCXX.cpp592 ExprResult Parser::tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, in tryParseCXXIdExpression()
656 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression()
/external/clang/lib/Sema/
DSemaTemplate.cpp414 bool isAddressOfOperand, in ActOnDependentIdExpression()