Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h196 bool hasBody() const { return HasBody; } in hasBody() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1090 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
H A DDeclObjC.h523 bool hasBody() const override { return Body.isValid(); } in hasBody() function
H A DDecl.h2232 bool hasBody() const override { in hasBody() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp489 bool hasBody() const { return Body && !Body->empty(); } in hasBody() function in __anonfaf0748f0111::Intrinsic
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5796 hasBody, in AST_POLYMORPHIC_MATCHER_P() argument
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js6366 var hasBody = rtbody.test(elem), variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3187 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl