HomeSort by relevance Sort by last modified time
    Searched refs:VisType (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaAttr.cpp 550 void Sema::ActOnPragmaVisibility(const IdentifierInfo* VisType,
552 if (VisType) {
555 if (!VisibilityAttr::ConvertStrToVisibilityType(VisType->getName(), T)) {
556 Diag(PragmaLoc, diag::warn_attribute_unknown_visibility) << VisType;
  /external/clang/lib/Parse/
ParsePragma.cpp 331 const IdentifierInfo *VisType =
334 Actions.ActOnPragmaVisibility(VisType, VisLoc);
893 const IdentifierInfo *VisType;
895 VisType = nullptr
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 310 void CppWriter::printVisibilityType(GlobalValue::VisibilityTypes VisType) {
311 switch (VisType) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 119 milliseconds