Searched refs:DiagSelect (Results 1 – 1 of 1) sorted by relevance
99 unsigned DiagSelect; in checkFunctionDeclVerbatimLine() local102 DiagSelect = !isAnyFunctionDecl() ? 1 : 0; in checkFunctionDeclVerbatimLine()105 DiagSelect = !isObjCMethodDecl() ? 2 : 0; in checkFunctionDeclVerbatimLine()108 DiagSelect = !isFunctionPointerVarDecl() ? 3 : 0; in checkFunctionDeclVerbatimLine()111 DiagSelect = 0; in checkFunctionDeclVerbatimLine()114 if (DiagSelect) in checkFunctionDeclVerbatimLine()117 << (DiagSelect-1) << (DiagSelect-1) in checkFunctionDeclVerbatimLine()125 unsigned DiagSelect; in checkContainerDeclVerbatimLine() local128 DiagSelect = !isClassOrStructDecl() ? 1 : 0; in checkContainerDeclVerbatimLine()131 DiagSelect = !isObjCInterfaceDecl() ? 2 : 0; in checkContainerDeclVerbatimLine()[all …]