Home | History | Annotate | Download | only in codesighs

Lines Matching refs:scope

124 static Switch gMatchScope = {"--match-scope", "-msco", 1, NULL, "Only consider scopes that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify a range of scopes," DESC_NEWLINE "though PUBLIC, STATIC, and UNDEF are your only choices."};
241 char scope[0x10];
255 ** size class scope module segment object symbol ....
265 scope,
337 ** Match scope.
345 if(NULL != strstr(scope, inOptions->mMatchScopes[loop]))