HomeSort by relevance Sort by last modified time
    Searched refs:compoundLiteralExpr (Results 1 - 4 of 4) 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));
ASTImporterTest.cpp 193 compoundLiteralExpr(
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 124 REGISTER_MATCHER(compoundLiteralExpr);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 78 milliseconds