Home
last modified time | relevance | path

Searched refs:isCXXTypeId (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h1949 return isCXXTypeId(TypeIdInParens, isAmbiguous); in isTypeIdInParens()
1964 return isCXXTypeId(TypeIdUnambiguous, IsAmbiguous); in isTypeIdUnambiguously()
2002 bool isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous);
2003 bool isCXXTypeId(TentativeCXXTypeIdContext Context) { in isCXXTypeId() function
2005 return isCXXTypeId(Context, isAmbiguous); in isCXXTypeId()
/external/clang/lib/Parse/
DParseTemplate.cpp1192 if (isCXXTypeId(TypeIdAsTemplateArgument)) { in ParseTemplateArgument()
DParseTentative.cpp482 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) { in isCXXTypeId() function in Parser