HomeSort by: relevance | last modified time | path
    Searched defs:hasImplicitBody (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 485 static bool hasImplicitBody(const Decl *D) {
502 bool CallerIsImplicit = hasImplicitBody(Call->getCaller());
513 !hasImplicitBody(Call->getCallee()))

Completed in 17 milliseconds