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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2427 return isCXXTypeId(TypeIdInParens, isAmbiguous);
2442 return isCXXTypeId(TypeIdUnambiguous, IsAmbiguous);
2482 bool isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous);
2483 bool isCXXTypeId(TentativeCXXTypeIdContext Context) { function in namespace:clang
2485 return isCXXTypeId(Context, isAmbiguous);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp561 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) { function in class:Parser
H A DParseTemplate.cpp1518 // Therefore, we initially try to parse a type-id - and isCXXTypeId might look
1527 if (isCXXTypeId(TypeIdAsTemplateArgument)) {

Completed in 207 milliseconds