OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBody
(Results
1 - 25
of
51
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelConsumer.cpp
36
if (func && func->
hasBody
()) {
AnalysisConsumer.cpp
327
if (BD->
hasBody
()) {
652
if (!D->
hasBody
())
/src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
CallSuperAttrInfo.cpp
81
if (MethodDecl->isThisDeclarationADefinition() && MethodDecl->
hasBody
()) {
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeEmitter.cpp
23
if (!F->isDefined(F) || (!F->
hasBody
() && F->willHaveBody()))
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
RunLoopAutoreleaseLeakChecker.cpp
86
assert(D->
hasBody
());
IvarInvalidationChecker.cpp
434
if (D && D->
hasBody
()) {
486
if (D && D->
hasBody
()) {
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
207
if (!MD->
hasBody
())
TransZeroOutPropsInDealloc.cpp
103
if (!D->
hasBody
())
TransGCAttrs.cpp
128
return FD->
hasBody
();
Transforms.cpp
530
if (!MD->
hasBody
())
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp
157
if (!D->
hasBody
())
AnalysisDeclContext.cpp
297
// Calling '
hasBody
' replaces 'FD' in place with the FunctionDecl
299
FD->
hasBody
(FD);
CloneDetection.cpp
92
assert(D->
hasBody
());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ModuleBuilder.cpp
116
if (FD->
hasBody
(FD))
CGVTables.cpp
1005
if (keyFunction->
hasBody
(def))
1139
return !keyFunction->
hasBody
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
769
if (!Result->
hasBody
(Definition)) {
1157
if (!MD->
hasBody
()) {
1159
if (I->
hasBody
())
1320
if (MD && !MD->
hasBody
())
LoopUnrolling.cpp
159
unless(
hasBody
(hasSuspiciousStmt("initVarName")))).bind("forLoop");
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp
75
if (MD->isDependentContext() || !MD->
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))
DeclBase.cpp
701
if (FD->
hasBody
()) {
952
if (FD->
hasBody
(Definition))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h
621
if (D->
hasBody
())
/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/ASTMatchers/Dynamic/
Registry.cpp
285
REGISTER_MATCHER(
hasBody
);
/src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp
201
return D->
hasBody
(DefD);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
285
if (MD->
hasBody
())
Completed in 39 milliseconds
1
2
3
Indexes created Tue Jun 09 00:24:00 UTC 2026