Searched defs:hasBody (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h792 /// Note that \c hasBody can also return true if any redeclaration of this
794 virtual bool hasBody() const { return getBody() != 0; } function in class:clang::Decl
H A DDeclObjC.h455 virtual bool hasBody() const { return Body.isValid(); } function in class:clang::ObjCList
466 bool isThisDeclarationADefinition() const { return hasBody(); }
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2456 /// hasBody(compoundStmt())
2461 hasBody, AST_POLYMORPHIC_SUPPORTED_TYPES_3(DoStmt, ForStmt, WhileStmt),
2460 AST_POLYMORPHIC_MATCHER_P( hasBody, AST_POLYMORPHIC_SUPPORTED_TYPES_3(DoStmt, ForStmt, WhileStmt), internal::Matcher<Stmt>, InnerMatcher) argument
/external/clang/lib/AST/
H A DDecl.cpp503 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>();
2121 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { function in class:FunctionDecl
2669 HasPattern = PatternDecl->hasBody(PatternDecl);
2861 if (FD->hasBody(Definition))
2869 if (FunTmpl->getTemplatedDecl()->hasBody(Definition))
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 156 milliseconds