Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp163 void WalkAST::ReportVirtualCall(const CallExpr *CE, bool isPure) { in ReportVirtualCall()
/external/clang/include/clang/AST/
DDecl.h1648 bool isPure() const { return IsPure; } in isPure() function