HomeSort by relevance Sort by last modified time
    Searched refs:DeclsTy (Results 51 - 61 of 61) sorted by null

1 23

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
UnresolvedSet.h 57 typedef SmallVectorImpl<DeclAccessPair> DeclsTy;
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
129 DeclsTy &decls() {
130 return *reinterpret_cast<DeclsTy*>(this);
132 const DeclsTy &decls() const {
133 return *reinterpret_cast<const DeclsTy*>(this);
  /external/clang/lib/Sema/
IdentifierResolver.cpp 71 for (DeclsTy::iterator I = Decls.end(); I != Decls.begin(); --I) {
240 IdDeclInfo::DeclsTy::iterator I = IDI->decls_end();
345 for (IdDeclInfo::DeclsTy::iterator I = IDI->decls_begin(),

Completed in 292 milliseconds

1 23