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

/external/clang/lib/AST/
H A DCommentParser.cpp314 bool IsTParam = false; local
322 IsTParam = true;
342 } else if (IsTParam) {
351 if (IsParam || IsTParam || Info->NumArgs > 0) {
358 else if (IsTParam)
373 } else if (IsTParam) {

Completed in 32 milliseconds