Home
last modified time | relevance | path

Searched refs:compoundLiteralExpr (Results 1 – 10 of 10) sorted by relevance

/external/clang/unittests/AST/
DSourceLocationTest.cpp174 "int2 i2 = (int2){1, 2};", compoundLiteralExpr())); in TEST()
183 compoundLiteralExpr(), Lang_OpenCL)); in TEST()
DASTImporterTest.cpp193 compoundLiteralExpr( in TEST()
/external/llvm-project/clang/unittests/StaticAnalyzer/
DStoreTest.cpp119 const auto *CL = findNode<CompoundLiteralExpr>(D, compoundLiteralExpr()); in performTest()
/external/llvm-project/clang/unittests/AST/
DSourceLocationTest.cpp319 "int2 i2 = (int2){1, 2};", compoundLiteralExpr())); in TEST()
328 compoundLiteralExpr(), Lang_OpenCL)); in TEST()
DASTImporterTest.cpp325 functionDecl(hasDescendant(compoundLiteralExpr( in TEST_P()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp124 REGISTER_MATCHER(compoundLiteralExpr); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp164 REGISTER_MATCHER(compoundLiteralExpr); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp904 compoundLiteralExpr; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1711 CompoundLiteralExpr> compoundLiteralExpr; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h2351 compoundLiteralExpr;