Home
last modified time | relevance | path

Searched refs:HasBody (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h196 bool hasBody() const { return HasBody; } in hasBody()
247 HasBody = NewHasBody; in setCode()
298 unsigned HasBody : 1;
H A DFunction.cpp26 HasBody(false), Defined(false) { in Function()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp745 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local
748 AddBoolean(HasBody); in AddFunctionDecl()
749 if (!HasBody) { in AddFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1125 bool HasBody = FD->hasBody(); // Prefer using the definition. in isStandardDelete() local
1133 return L.isInvalid() || (!HasBody && SM.isInSystemHeader(L)); in isStandardDelete()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3115 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
3116 (void)HasBody; in SetFunctionAttributes()
3117 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()