OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasBody
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp
574
const bool
HasBody
= Function->isThisDeclarationADefinition() &&
577
AddBoolean(
HasBody
);
578
if (!
HasBody
) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
2112
bool
HasBody
= FD->
hasBody
(FDBody);
2113
(void)
HasBody
;
2114
assert(
HasBody
&& "Inline builtin declarations should always have an "
Completed in 56 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026