Home
last modified time | relevance | path

Searched refs:opaqueValueExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp517 REGISTER_MATCHER(opaqueValueExpr); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1122 hasCondition(implicitCastExpr(has(opaqueValueExpr( in TEST_P()
1130 opaqueValueExpr(hasSourceExpression((integerLiteral(equals(4)))))), in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp959 opaqueValueExpr; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2530 opaqueValueExpr;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp475 hasSourceExpression(opaqueValueExpr( in TEST_P()
478 hasTrueExpression(opaqueValueExpr( in TEST_P()