Searched defs:BindExpr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | ProgramState.cpp | 315 ProgramStateRef ProgramState::BindExpr(const Stmt *S, BindExpr() function in ProgramState |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCast.cpp | 3382 if (auto *BindExpr = dyn_cast<CXXBindTemporaryExpr>(SubExpr)) BuildCXXFunctionalCastExpr() local |