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

  /external/clang/lib/Sema/
SemaAttr.cpp 435 void Sema::ActOnPragmaVisibility(const IdentifierInfo* VisType,
437 if (VisType) {
440 if (!VisibilityAttr::ConvertStrToVisibilityType(VisType->getName(), T)) {
441 Diag(PragmaLoc, diag::warn_attribute_unknown_visibility) << VisType;
  /external/clang/lib/Parse/
ParsePragma.cpp 332 const IdentifierInfo *VisType =
335 Actions.ActOnPragmaVisibility(VisType, VisLoc);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 302 void CppWriter::printVisibilityType(GlobalValue::VisibilityTypes VisType) {
303 switch (VisType) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 751 milliseconds