Home
last modified time | relevance | path

Searched defs:getLikelihood (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp135 getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function
147 static std::pair<Stmt::Likelihood, const Attr *> getLikelihood(const Stmt *S) { in getLikelihood() function
154 Stmt::Likelihood Stmt::getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function in Stmt
158 Stmt::Likelihood Stmt::getLikelihood(const Stmt *S) { in getLikelihood() function in Stmt
166 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() function in Stmt