Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1079 bool AllowTypeAnnotation, in AnnotateTemplateIdToken() argument
1084 assert(!(TypeConstraint && AllowTypeAnnotation) && "type-constraint can't be " in AnnotateTemplateIdToken()
1111 if (TNK == TNK_Type_template && AllowTypeAnnotation) { in AnnotateTemplateIdToken()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h8243 bool AllowTypeAnnotation = true,