HomeSort by: relevance | last modified time | path
    Searched refs:Specifiers (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h 153 /// Dependent Library Specifiers
294 /// Returns dependent library specifiers
296 std::vector<StringRef> Specifiers;
297 Specifiers.reserve(DependentLibraries.size());
299 Specifiers.push_back(str(S));
301 return Specifiers;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1 //===--- DeclSpec.h - Parsed declaration specifiers -------------*- C++ -*-===//
11 /// declaration-specifiers and declarators.
16 /// declaration-specifiers \ | /
31 #include "clang/Basic/Specifiers.h"
225 /// Captures information about "declaration specifiers".
227 /// "Declaration specifiers" encompasses storage-class-specifiers,
228 /// type-specifiers, type-qualifiers, and function-specifiers.
314 /// ParsedSpecifiers - Flags to query which specifiers were applied. This i
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 9 // This file implements semantic analysis for declaration specifiers.
282 "cannot have exception specifiers and decls in prototype");
448 /// getParsedSpecifiers - Return a bitmask of which flavors of specifiers this
621 // specifiers are not supported.
624 // these storage-class specifiers.
626 // specifiers are not supported."
1123 // If decltype(auto) is used, no other type specifiers are permitted.
1159 // Sign specifiers are not allowed with vector bool. (PIM 2.1)
1313 // specifiers. We also allow __private_extern__ as an extension.
1465 if (Specifiers & VS)
    [all...]
SemaDeclCXX.cpp 783 // Don't add FixItHints to remove the specifiers; we do still respect
2524 // Base specifiers must be record types.
2615 /// 'public bar' and 'virtual private baz' are each base-specifiers.
2630 // We haven't yet attached the base specifiers.
2633 // We do not support any C++11 attributes on base-specifiers yet.
2688 /// specifiers to a C++ class.
2704 // Copy non-redundant base specifiers into permanent storage.
2752 // Attach the remaining base class specifiers to the derived class.
2760 // Skip all dependent types in templates being used as base specifiers.
2792 /// ActOnBaseSpecifiers - Attach the given base specifiers to th
    [all...]

Completed in 40 milliseconds