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 348 void Sema::ActOnPragmaVisibility(const IdentifierInfo* VisType,
350 if (VisType) {
353 if (VisType->isStr("default"))
355 else if (VisType->isStr("hidden"))
357 else if (VisType->isStr("internal"))
359 else if (VisType->isStr("protected"))
363 VisType->getName();
  /external/clang/lib/Parse/
ParsePragma.cpp 34 const IdentifierInfo *VisType =
37 Actions.ActOnPragmaVisibility(VisType, VisLoc);
70 const IdentifierInfo *VisType;
72 VisType = 0;
81 VisType = Tok.getIdentifierInfo();
82 if (!VisType) {
110 const_cast<void*>(static_cast<const void*>(VisType)));
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 314 void CppWriter::printVisibilityType(GlobalValue::VisibilityTypes VisType) {
315 switch (VisType) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 179 milliseconds