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 342 void Sema::ActOnPragmaVisibility(const IdentifierInfo* VisType,
344 if (VisType) {
347 if (VisType->isStr("default"))
349 else if (VisType->isStr("hidden"))
351 else if (VisType->isStr("internal"))
353 else if (VisType->isStr("protected"))
357 VisType->getName();
  /external/clang/lib/Parse/
ParsePragma.cpp 34 const IdentifierInfo *VisType =
37 Actions.ActOnPragmaVisibility(VisType, VisLoc);
167 const IdentifierInfo *VisType;
169 VisType = 0;
178 VisType = Tok.getIdentifierInfo();
179 if (!VisType) {
207 const_cast<void*>(static_cast<const void*>(VisType)));
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 315 void CppWriter::printVisibilityType(GlobalValue::VisibilityTypes VisType) {
316 switch (VisType) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 79 milliseconds