OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compoundLiteralExpr
(Results
1 - 3
of
3
) sorted by null
/external/clang/unittests/AST/
SourceLocationTest.cpp
125
TEST(
CompoundLiteralExpr
, CompoundVectorLiteralRange) {
126
RangeVerifier<
CompoundLiteralExpr
> Verifier;
130
"int2 i2 = (int2){1, 2};",
compoundLiteralExpr
()));
133
TEST(
CompoundLiteralExpr
, ParensCompoundVectorLiteralRange) {
134
RangeVerifier<
CompoundLiteralExpr
> Verifier;
139
compoundLiteralExpr
(), Lang_OpenCL));
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
230
REGISTER_MATCHER(
compoundLiteralExpr
);
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
1106
CompoundLiteralExpr
>
compoundLiteralExpr
;
[
all
...]
Completed in 31 milliseconds