Home
last modified time | relevance | path

Searched defs:Public (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp14 typedef Private Public; typedef in test1::A
35 typedef Private Public; typedef in test2::A
/external/clang/test/CXX/class.access/
Dp6.cpp18 struct Public {}; struct Protected {}; struct Private {}; struct
Dp4.cpp10 class Public {} PublicInst; class
/external/clang/include/clang/Lex/
DMacroInfo.h364 void setVisibility(bool Public, SourceLocation Loc) { in setVisibility()
/external/clang/include/clang/AST/
DDeclObjC.h1227 None, Private, Protected, Public, Package enumerator