Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp676 bool isAddressOfOperand, in ParseCastExpression()
913 bool isAddressOfOperand, in ParseCastExpression()
H A DParseExprCXX.cpp558 bool isAddressOfOperand, in tryParseCXXIdExpression()
664 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp726 bool isAddressOfOperand, in ActOnDependentIdExpression()