Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp170 void WalkAST::ReportVirtualCall(const CallExpr *CE, bool isPure) { in ReportVirtualCall()
/external/clang/include/clang/Basic/
DBuiltins.h98 bool isPure(unsigned ID) const { in isPure() function
/external/clang/include/clang/AST/
DDecl.h1837 bool isPure() const { return IsPure; } in isPure() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3951 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument