Searched refs:VisType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp538 void Sema::ActOnPragmaVisibility(const IdentifierInfo* VisType, argument
540 if (VisType) {
543 if (!VisibilityAttr::ConvertStrToVisibilityType(VisType->getName(), T)) {
544 Diag(PragmaLoc, diag::warn_attribute_unknown_visibility) << VisType;
/external/clang/lib/Parse/
H A DParsePragma.cpp297 const IdentifierInfo *VisType = local
300 Actions.ActOnPragmaVisibility(VisType, VisLoc);
649 const IdentifierInfo *VisType; local
651 VisType = nullptr;
660 VisType = Tok.getIdentifierInfo();
661 if (!VisType) {
689 const_cast<void*>(static_cast<const void*>(VisType)));
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp307 void CppWriter::printVisibilityType(GlobalValue::VisibilityTypes VisType) { argument
308 switch (VisType) {
/external/clang/include/clang/Sema/
H A DSema.h7188 void ActOnPragmaVisibility(const IdentifierInfo* VisType,

Completed in 411 milliseconds