Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h818 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
DDeclObjC.h477 bool hasBody() const override { return Body.isValid(); } in hasBody() function
DDecl.h1625 bool hasBody() const override { in hasBody() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp404 bool hasBody() const { return Body && Body->getValues().size() > 0; } in hasBody() function in __anon7fb122680111::Intrinsic
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2499 AST_POLYMORPHIC_MATCHER_P(hasBody, in AST_POLYMORPHIC_MATCHER_P() argument
/external/clang/lib/AST/
DDecl.cpp2274 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js10529 dojo.xhr = function(/*String*/ method, /*dojo.__XhrArgs*/ args, /*Boolean?*/ hasBody){ argument
Djquery-1.6.4.js6168 var hasBody = rtbody.test(elem), variable