Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDBuiltins.h116 bool isPure(unsigned ID) const { in isPure() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1829 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h6378 AST_MATCHER(CXXMethodDecl, isPure) { return Node.isPureVirtual(); } in AST_MATCHER() argument