Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLToken.h45 kw_default, kw_hidden, kw_protected, enumerator
DLLParser.cpp246 case lltok::kw_protected: // OptionalVisibility in ParseTopLevelEntities()
1503 case lltok::kw_protected: Res = GlobalValue::ProtectedVisibility; break; in ParseOptionalVisibility()
/external/clang/lib/Format/
DFormatToken.h306 return isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private) &&
DUnwrappedLineParser.cpp725 case tok::kw_protected: in parseStructuralElement()
DTokenAnnotator.cpp2026 tok::kw_protected) || in spaceRequiredBefore()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1939 case tok::kw_protected: return AS_protected; in getAccessSpecifierIfPresent()
3022 case tok::kw_protected: in ParseCXXMemberSpecification()
DParseExprCXX.cpp470 if (Next2.is(tok::kw_private) || Next2.is(tok::kw_protected) || in ParseOptionalCXXScopeSpecifier()
DParseObjc.cpp1092 case tok::kw_protected: in ParseObjCSelectorPiece()