Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h116 bool isPure(unsigned ID) const { in isPure() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1829 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6378 AST_MATCHER(CXXMethodDecl, isPure) { return Node.isPureVirtual(); } in AST_MATCHER() argument