Searched defs:isPure (Results 1 – 4 of 4) sorted by relevance
116 bool isPure(unsigned ID) const { in isPure() function
2007 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
2257 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure() function
6103 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument