HomeSort by: relevance | last modified time | path
    Searched defs:isTypeIdInParens (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2422 /// isTypeIdInParens - Assumes that a '(' was parsed and now we want to know
2425 bool isTypeIdInParens(bool &isAmbiguous) {
2431 bool isTypeIdInParens() {
2433 return isTypeIdInParens(isAmbiguous);
2437 /// It is similar to isTypeIdInParens but does not suppose that type-id
Parser.h 2422 /// isTypeIdInParens - Assumes that a '(' was parsed and now we want to know
2425 bool isTypeIdInParens(bool &isAmbiguous) {
2431 bool isTypeIdInParens() {
2433 return isTypeIdInParens(isAmbiguous);
2437 /// It is similar to isTypeIdInParens but does not suppose that type-id

Completed in 55 milliseconds