Home
last modified time | relevance | path

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

/external/abi-compliance-checker/
Dabi-compliance-checker.pl2272 if(isAnon(getNameByInfo($InfoId))) {
2626 next if(isAnon($TypedefName));
2984 if(isAnon($TypeAttr{"Name"}))
3832 if(isAnon($TypeAttr{"Name"}))
3844 or not isAnon($TypeAttr{"NameSpace"})) {
3860 if($TypeAttr{"NameSpace"} and not isAnon($TypeAttr{"Name"})) {
3864 if(isAnon($TypeAttr{"Name"}))
4041 if(not isAnon($TypeAttr{"Name"})) {
4072 if(isAnon($TypeAttr{"Name"}))
5454 if(isAnon($UnnamedTName))
[all …]
/external/clang/tools/c-index-test/
Dc-index-test.c1395 unsigned isAnon = clang_Cursor_isAnonymous(cursor); in PrintType() local
1396 if (isAnon != 0) { in PrintType()
1397 printf(" [isAnon=%d]", isAnon); in PrintType()