Searched refs:hasBase (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSubSup.h41 virtual bool hasBase() const { return true; } function in class:WebCore::RenderMathMLSubSup
H A DRenderMathMLUnderOver.h41 virtual bool hasBase() const { return true; } function in class:WebCore::RenderMathMLUnderOver
H A DRenderMathMLRow.cpp80 if (!block->hasBase() && !block->isRenderMathMLOperator() && block->offsetHeight() > maxHeight)
82 if (block->hasBase() && block->nonOperatorHeight() > maxHeight)
H A DRenderMathMLBlock.h46 virtual bool hasBase() const { return false; } function in class:WebCore::RenderMathMLBlock
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2266 /// arraySubscriptExpression(hasBase(implicitCastExpr(
2269 AST_MATCHER_P(ArraySubscriptExpr, hasBase,
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2024 arraySubscriptExpr(hasBase(implicitCastExpr(

Completed in 167 milliseconds