Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h764 virtual bool hasBody() const { return getBody() != 0; } in hasBody() function
DDecl.h1634 virtual bool hasBody() const { in hasBody() function
/external/clang/lib/AST/
DDecl.cpp1612 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl