Home
last modified time | relevance | path

Searched refs:AllowTypeAnnotation (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1251 bool AllowTypeAnnotation, in AnnotateTemplateIdToken() argument
1256 assert(!(TypeConstraint && AllowTypeAnnotation) && "type-constraint can't be " in AnnotateTemplateIdToken()
1283 if (TNK == TNK_Type_template && AllowTypeAnnotation) { in AnnotateTemplateIdToken()
/src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3831 bool AllowTypeAnnotation = true,