Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp136 getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function
148 static std::pair<Stmt::Likelihood, const Attr *> getLikelihood(const Stmt *S) { in getLikelihood() function
155 Stmt::Likelihood Stmt::getLikelihood(ArrayRef<const Attr *> Attrs) { in getLikelihood() function in Stmt
159 Stmt::Likelihood Stmt::getLikelihood(const Stmt *S) { in getLikelihood() function in Stmt
167 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() function in Stmt