Searched refs:BlockLiteralContext (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h1522 BlockLiteralContext, // Block literal declarator. enumerator in enum:clang::Declarator::TheContext
1700 case BlockLiteralContext:
1734 case BlockLiteralContext:
1763 case BlockLiteralContext:
1818 case BlockLiteralContext:
2002 case BlockLiteralContext:
/external/clang/lib/Sema/
H A DSemaType.cpp48 if (D.getContext() != Declarator::BlockLiteralContext ||
1090 if (declarator.getContext() == Declarator::BlockLiteralContext)
2200 case Declarator::BlockLiteralContext:
2286 case Declarator::BlockLiteralContext:
2739 D.getContext() == Declarator::BlockLiteralContext)
3230 case Declarator::BlockLiteralContext:
H A DSemaExpr.cpp10450 assert(ParamInfo.getContext() == Declarator::BlockLiteralContext);
/external/clang/lib/Parse/
H A DParseExpr.cpp2386 Declarator DeclaratorInfo(DS, Declarator::BlockLiteralContext);
2427 Declarator ParamInfo(DS, Declarator::BlockLiteralContext);
H A DParseDecl.cpp4750 D.getContext() == Declarator::BlockLiteralContext) &&

Completed in 250 milliseconds