Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2565 return isCXXTypeId(TypeIdInParens, isAmbiguous); in isTypeIdInParens()
2584 return isCXXTypeId(TypeIdAsGenericSelectionArgument, isAmbiguous); in isTypeIdForGenericSelection()
2595 return isCXXTypeId(TypeIdUnambiguous, isAmbiguous); in isTypeIdUnambiguously()
2638 bool isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous);
2639 bool isCXXTypeId(TentativeCXXTypeIdContext Context) { in isCXXTypeId() function
2641 return isCXXTypeId(Context, isAmbiguous); in isCXXTypeId()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp627 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) { in isCXXTypeId() function in Parser
2218 if (isCXXTypeId(TentativeCXXTypeIdContext::TypeIdInTrailingReturnType)) in TryParseFunctionDeclarator()
H A DParseTemplate.cpp1601 if (isCXXTypeId(TypeIdAsTemplateArgument)) { in ParseTemplateArgument()