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

/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h171 bool hasBody() const { return HasBody; } function in class:clang::interp::final
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5725 AST_POLYMORPHIC_MATCHER_P( hasBody, AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, WhileStmt, CXXForRangeStmt, FunctionDecl, CoroutineBodyStmt), internal::Matcher<Stmt>, InnerMatcher) argument
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp459 bool hasBody() const { return Body && !Body->getValues().empty(); } function in namespace:__anon1092
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1093 virtual bool hasBody() const { return getBody() != nullptr; } function

Completed in 106 milliseconds