Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.h139 bool hasBody() const { return HasBody; } in hasBody() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h1058 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
H A DDeclObjC.h524 bool hasBody() const override { return Body.isValid(); } in hasBody() function
H A DDecl.h2157 bool hasBody() const override { in hasBody() function
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp459 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody() function in __anoncfaa73c60111::Intrinsic
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3046 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5486 AST_POLYMORPHIC_MATCHER_P(hasBody, in AST_POLYMORPHIC_MATCHER_P() argument