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

/external/clang/include/clang/Parse/
H A DParser.h1852 /// isTypeIdInParens - Assumes that a '(' was parsed and now we want to know
1855 bool isTypeIdInParens(bool &isAmbiguous) { function in class:clang::Parser
1861 bool isTypeIdInParens() { function in class:clang::Parser
1863 return isTypeIdInParens(isAmbiguous);
1867 /// It is similar to isTypeIdInParens but does not suppose that type-id

Completed in 312 milliseconds