Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DDanglingOnTemporaryChecker.cpp206 const Stmt *EscapeStmt; in check() local
208 std::tie(EscapeStmt, EscapeDecl) = *FunctionEscapeData; in check()
212 if (!EscapeStmt || !EscapeDecl) { in check()
223 diag(EscapeStmt->getBeginLoc(), EscapeStmtNote, DiagnosticIDs::Note) in check()
224 << EscapeStmt->getSourceRange(); in check()
/dports/www/firefox/firefox-99.0/build/clang-plugin/
H A DDanglingOnTemporaryChecker.cpp206 const Stmt *EscapeStmt; in check() local
208 std::tie(EscapeStmt, EscapeDecl) = *FunctionEscapeData; in check()
212 if (!EscapeStmt || !EscapeDecl) { in check()
223 diag(EscapeStmt->getBeginLoc(), EscapeStmtNote, DiagnosticIDs::Note) in check()
224 << EscapeStmt->getSourceRange(); in check()
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DDanglingOnTemporaryChecker.cpp206 const Stmt *EscapeStmt; in check() local
208 std::tie(EscapeStmt, EscapeDecl) = *FunctionEscapeData; in check()
212 if (!EscapeStmt || !EscapeDecl) { in check()
223 diag(EscapeStmt->getBeginLoc(), EscapeStmtNote, DiagnosticIDs::Note) in check()
224 << EscapeStmt->getSourceRange(); in check()
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DDanglingOnTemporaryChecker.cpp206 const Stmt *EscapeStmt; in check() local
208 std::tie(EscapeStmt, EscapeDecl) = *FunctionEscapeData; in check()
212 if (!EscapeStmt || !EscapeDecl) { in check()
223 diag(EscapeStmt->getBeginLoc(), EscapeStmtNote, DiagnosticIDs::Note) in check()
224 << EscapeStmt->getSourceRange(); in check()
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/
H A DDanglingOnTemporaryChecker.cpp206 const Stmt *EscapeStmt; in check() local
208 std::tie(EscapeStmt, EscapeDecl) = *FunctionEscapeData; in check()
212 if (!EscapeStmt || !EscapeDecl) { in check()
223 diag(EscapeStmt->getLocStart(), EscapeStmtNote, DiagnosticIDs::Note) in check()
224 << EscapeStmt->getSourceRange(); in check()