Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h200 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp707 bool isAddressOfOperand, in ParseCastExpression()
1050 bool isAddressOfOperand, in ParseCastExpression()
H A DParseExprCXX.cpp606 bool isAddressOfOperand, in tryParseCXXIdExpression()
739 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp728 bool isAddressOfOperand, in ActOnDependentIdExpression()