Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DFunction.h
/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1079 virtual bool hasBody() const { return getBody() != nullptr; } hasBody() function
H A DDeclObjC.h523 bool hasBody() const override { return Body.isValid(); } in hasBody() function
H A DDecl.h2224 bool hasBody() const override { hasBody() function
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp459 bool hasBody() const { return Body && !Body->getValues().empty(); } hasBody() function in __anon1ddc9b620111::Intrinsic
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp3242 bool hasBody = hasCanonicalizeMethod && !hasCanonicalizer; global() local
/llvm-project/clang/lib/AST/
H A DDecl.cpp3144 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { hasBody() function in FunctionDecl
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5750 AST_POLYMORPHIC_MATCHER_P(hasBody,AST_POLYMORPHIC_SUPPORTED_TYPES (DoStmt,ForStmt,WhileStmt,CXXForRangeStmt,FunctionDecl,CoroutineBodyStmt),internal::Matcher<Stmt>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument