Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.h116 bool isPure(unsigned ID) const { in isPure() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2007 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2257 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure() function
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6103 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument