Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h174 bool hasBody() const { return HasBody; } in hasBody()
226 HasBody = NewHasBody; in setCode()
271 bool HasBody = false; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp725 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local
728 AddBoolean(HasBody); in AddFunctionDecl()
729 if (!HasBody) { in AddFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2886 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2887 (void)HasBody; in SetFunctionAttributes()
2888 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()