Searched refs:isVectorLiteral (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Parse/ |
| D | ParseExpr.cpp | 679 bool isVectorLiteral, in ParseCastExpression() argument 686 isVectorLiteral, in ParseCastExpression() 918 bool isVectorLiteral, in ParseCastExpression() argument 964 if (isVectorLiteral) in ParseCastExpression() 1044 isVectorLiteral, NotPrimaryExpression); in ParseCastExpression() 1143 isVectorLiteral, NotPrimaryExpression); in ParseCastExpression() 1156 isVectorLiteral, in ParseCastExpression() 1600 isTypeCast, isVectorLiteral, in ParseCastExpression() 1616 isTypeCast, isVectorLiteral, in ParseCastExpression() 1635 NotCastExpr, isTypeCast, isVectorLiteral, in ParseCastExpression() [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/Parse/ |
| D | Parser.h | 1807 bool isVectorLiteral = false, 1812 bool isVectorLiteral = false,
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaExpr.cpp | 8193 bool isVectorLiteral = false; in ActOnCastExpr() local 8208 isVectorLiteral = true; in ActOnCastExpr() 8211 isVectorLiteral = true; in ActOnCastExpr() 8216 if (isVectorLiteral) in ActOnCastExpr()
|