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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1509 PrototypeContext, // Within a function prototype. enumerator in enum:clang::Declarator::TheContext
1626 return (Context == PrototypeContext ||
1692 case PrototypeContext:
1721 case PrototypeContext:
1754 case PrototypeContext:
1807 case PrototypeContext:
1994 case PrototypeContext:
/external/clang/lib/Sema/
H A DSemaType.cpp2174 case Declarator::PrototypeContext:
2312 case Declarator::PrototypeContext:
3178 case Declarator::PrototypeContext:
/external/clang/lib/Parse/
H A DParseObjc.cpp1150 Declarator ParmDecl(DS, Declarator::PrototypeContext);
H A DParseDecl.cpp4748 !((D.getContext() == Declarator::PrototypeContext ||
5364 // Parse the declarator. This is "PrototypeContext" or
5370 Declarator::PrototypeContext);

Completed in 424 milliseconds