HomeSort by relevance Sort by last modified time
    Searched refs:compoundLiteralExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/unittests/AST/
SourceLocationTest.cpp 169 TEST(CompoundLiteralExpr, CompoundVectorLiteralRange) {
170 RangeVerifier<CompoundLiteralExpr> Verifier;
174 "int2 i2 = (int2){1, 2};", compoundLiteralExpr()));
177 TEST(CompoundLiteralExpr, ParensCompoundVectorLiteralRange) {
178 RangeVerifier<CompoundLiteralExpr> Verifier;
183 compoundLiteralExpr(), Lang_OpenCL));
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 120 REGISTER_MATCHER(compoundLiteralExpr);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 985 milliseconds