Home
last modified time | relevance | path

Searched refs:operatorCallExpr (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1124 StatementMatcher OpCall = operatorCallExpr(); in TEST()
1151 operatorCallExpr(hasOverloadedOperatorName("&&")); in TEST()
1156 operatorCallExpr(hasOverloadedOperatorName("<<")); in TEST()
1162 operatorCallExpr(hasOverloadedOperatorName("*")); in TEST()
1181 operatorCallExpr(hasOverloadedOperatorName("&&")).bind("x"), in TEST()
1187 operatorCallExpr(hasParent(operatorCallExpr())))); in TEST()
1192 operatorCallExpr(hasDescendant(operatorCallExpr())))); in TEST()
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp282 REGISTER_MATCHER(operatorCallExpr); in RegistryMaps()
/minix3/external/bsd/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst203 overloaded operator ``'+'``, as there is a separate ``operatorCallExpr``
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1067 CXXOperatorCallExpr> operatorCallExpr; variable