Home
last modified time | relevance | path

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

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