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 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp
458
bool
hasBody
() const { return Body && !Body->getValues().empty(); }
2002
if (Def->
hasBody
())
2038
if (Def->
hasBody
())
2106
if (Def->
hasBody
())
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
556
FD->
hasBody
(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>();
2923
bool FunctionDecl::
hasBody
(const FunctionDecl *&Definition) const {
3004
if (!
hasBody
(Definition))
3167
return
hasBody
(Definition) && Definition->isInlineSpecified();
3455
if (
hasBody
(Definition) && Definition->isInlined() &&
3710
HasPattern = PatternDecl->
hasBody
(PatternDecl);
3978
if (FD->
hasBody
(Definition))
3986
if (FunTmpl->getTemplatedDecl()->
hasBody
(Definition))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
1014
/// Note that \c
hasBody
can also return true if any redeclaration of this
1016
virtual bool
hasBody
() const { return getBody() != nullptr; }
Completed in 30 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026