Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDFunction.h174 bool hasBody() const { return HasBody; } in hasBody() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h1082 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
HDDeclObjC.h523 bool hasBody() const override { return Body.isValid(); } in hasBody() function
HDDecl.h2185 bool hasBody() const override { in hasBody() function
/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDNeonEmitter.cpp459 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody() function in __anonb1c769e90111::Intrinsic
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp3148 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl
/freebsd-14-stable/contrib/libxo/xohtml/external/
HDjquery.js6366 var hasBody = rtbody.test(elem), variable in AnonymousClassfbe0a9d07b01
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h5750 hasBody, in AST_POLYMORPHIC_MATCHER_P() argument