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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h866 virtual bool hasBody() const { return getBody() != nullptr; } function in class:clang::Decl
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp415 bool hasBody() const { return Body && Body->getValues().size() > 0; } function in class:__anon4290::Intrinsic
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2460 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { function in class:FunctionDecl

Completed in 180 milliseconds