Searched refs:KNRTypeListContext (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h1512 KNRTypeListContext, // K&R type definition list for formals. enumerator in enum:clang::Declarator::TheContext
1682 case KNRTypeListContext:
1716 case KNRTypeListContext:
1749 case KNRTypeListContext:
1805 case KNRTypeListContext:
1990 case KNRTypeListContext:
/external/clang/lib/Sema/
H A DSemaType.cpp2168 case Declarator::KNRTypeListContext:
2316 case Declarator::KNRTypeListContext:
2632 D.getContext() == Declarator::KNRTypeListContext)) {
3217 case Declarator::KNRTypeListContext:
H A DSemaDecl.cpp9708 Declarator ParamD(DS, Declarator::KNRTypeListContext);
/external/clang/lib/Parse/
H A DParser.cpp1145 Declarator ParmDeclarator(DS, Declarator::KNRTypeListContext);

Completed in 262 milliseconds