|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/ASTMatchers/ASTMatchers.h 1474 exprWithCleanups;
References
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp 216 REGISTER_MATCHER(exprWithCleanups);
tools/clang/tools/extra/clang-tidy/abseil/TimeSubtractionCheck.cpp 40 cxxConstructExpr(hasParent(exprWithCleanups(
73 cxxConstructExpr(hasParent(exprWithCleanups(
tools/clang/tools/extra/clang-tidy/bugprone/DanglingHandleCheck.cpp 114 exprWithCleanups(has(ignoringParenImpCasts(ConvertedHandle)))
124 hasInitializer(exprWithCleanups(has(ignoringParenImpCasts(handleFrom(
166 returnStmt(has(exprWithCleanups(has(ignoringParenImpCasts(handleFrom(
tools/clang/tools/extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp 39 exprWithCleanups(unless(isInTemplateInstantiation()),
tools/clang/tools/extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.cpp 26 varDecl(hasInitializer(exprWithCleanups(has(implicitCastExpr(has(
tools/clang/unittests/AST/ASTImporterTest.cpp 761 exprWithCleanups(has(cxxConstructExpr(
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp 1072 varDecl(hasInitializer(exprWithCleanups()))));
1075 varDecl(hasInitializer(exprWithCleanups()))));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp 1495 exprWithCleanups(has(ignoringElidableConstructorCall(callExpr())))))),
1584 hasInitializer(exprWithCleanups(has(