Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.h139 bool hasBody() const { return HasBody; } in hasBody()
158 HasBody = true; in setCode()
200 bool HasBody = false; variable
H A DByteCodeEmitter.cpp27 bool HasBody = FuncDecl->hasBody(FuncDecl); in compileFunc() local
76 if (!HasBody) in compileFunc()
/openbsd/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp704 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local
707 AddBoolean(HasBody); in AddFunctionDecl()
708 if (!HasBody) { in AddFunctionDecl()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1083 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument
1084 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3048 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
3072 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2460 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2461 (void)HasBody; in SetFunctionAttributes()
2462 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()