Home
last modified time | relevance | path

Searched refs:kw_protected (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/AsmParser/
DLLToken.h46 kw_default, kw_hidden, kw_protected, enumerator
DLLParser.cpp267 case lltok::kw_protected: { // OptionalVisibility in ParseTopLevelEntities()
1286 case lltok::kw_protected: Res = GlobalValue::ProtectedVisibility; break; in ParseOptionalVisibility()
/external/clang/lib/Format/
DUnwrappedLineParser.cpp309 case tok::kw_protected: in parseStructuralElement()
DFormat.cpp1309 if (RootToken.isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private)) in getIndentOffset()
/external/clang/lib/Parse/
DParseObjc.cpp739 case tok::kw_protected: in ParseObjCSelectorPiece()
DParseDeclCXX.cpp1709 case tok::kw_protected: return AS_protected; in getAccessSpecifierIfPresent()