HomeSort by: relevance | last modified time | path
    Searched refs:isVectorLiteral (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 265 /*isVectorLiteral=*/false,
678 bool isVectorLiteral,
685 isVectorLiteral,
916 bool isVectorLiteral,
963 if (isVectorLiteral)
1038 isVectorLiteral, NotPrimaryExpression);
1128 isVectorLiteral, NotPrimaryExpression);
1141 isVectorLiteral,
1259 /*isVectorLiteral=*/false,
1574 isTypeCast, isVectorLiteral,
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1770 bool isVectorLiteral = false,
1775 bool isVectorLiteral = false,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 7563 bool isVectorLiteral = false;
7578 isVectorLiteral = true;
7581 isVectorLiteral = true;
7586 if (isVectorLiteral)

Completed in 35 milliseconds