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

/external/clang/lib/AST/
H A DCommentSema.cpp103 unsigned DiagSelect; local
106 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0;
109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0;
112 DiagSelect = !isObjCMethodDecl() ? 3 : 0;
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0;
118 DiagSelect = !isFunctionPointerVarDecl() ? 5 : 0;
121 DiagSelect = 0;
124 if (DiagSelect)
127 << (DiagSelect-1) << (DiagSelect
135 unsigned DiagSelect; local
172 unsigned DiagSelect; local
[all...]

Completed in 62 milliseconds