Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSemaInternal.h216 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp460 bool isAddressOfOperand, in ParseCastExpression()
679 bool isAddressOfOperand, in ParseCastExpression()
HDParseExprCXX.cpp592 ExprResult Parser::tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, in tryParseCXXIdExpression()
656 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp410 bool isAddressOfOperand, in ActOnDependentIdExpression()