HomeSort by relevance Sort by last modified time
    Searched refs:Decls (Results 26 - 50 of 253) sorted by null

12 3 4 5 6 7 8 91011

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Lookup.h 195 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)),
212 Decls = std::move(Other.Decls);
316 return Decls;
319 iterator begin() const { return iterator(Decls.begin()); }
320 iterator end() const { return iterator(Decls.end()); }
322 /// \brief Return true if no decls were found
323 bool empty() const { return Decls.empty(); }
417 Decls.addDecl(D, AS)
    [all...]
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
131 /// begin - Returns an iterator for decls with the name 'Name'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Lookup.h 195 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)),
212 Decls = std::move(Other.Decls);
316 return Decls;
319 iterator begin() const { return iterator(Decls.begin()); }
320 iterator end() const { return iterator(Decls.end()); }
322 /// \brief Return true if no decls were found
323 bool empty() const { return Decls.empty(); }
417 Decls.addDecl(D, AS)
    [all...]
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
131 /// begin - Returns an iterator for decls with the name 'Name'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Lookup.h 195 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)),
212 Decls = std::move(Other.Decls);
316 return Decls;
319 iterator begin() const { return iterator(Decls.begin()); }
320 iterator end() const { return iterator(Decls.end()); }
322 /// \brief Return true if no decls were found
323 bool empty() const { return Decls.empty(); }
417 Decls.addDecl(D, AS)
    [all...]
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
131 /// begin - Returns an iterator for decls with the name 'Name'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Lookup.h 195 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)),
212 Decls = std::move(Other.Decls);
316 return Decls;
319 iterator begin() const { return iterator(Decls.begin()); }
320 iterator end() const { return iterator(Decls.end()); }
322 /// \brief Return true if no decls were found
323 bool empty() const { return Decls.empty(); }
417 Decls.addDecl(D, AS)
    [all...]
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
131 /// begin - Returns an iterator for decls with the name 'Name'
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
80 /// 3) A IdDeclInfo::DeclsTy::iterator that traverses the decls of paren
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
131 /// begin - Returns an iterator for decls with the name 'Name'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
131 /// begin - Returns an iterator for decls with the name 'Name'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
131 /// begin - Returns an iterator for decls with the name 'Name'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
37 /// IdDeclInfo - Keeps track of information about decls associated
45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); }
46 inline DeclsTy::iterator decls_end() { return Decls.end(); }
48 void AddDecl(NamedDecl *D) { Decls.push_back(D); }
56 Decls.insert(Pos, D);
60 DeclsTy Decls;
65 /// iterator - Iterate over the decls of a specified declaration name.
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
131 /// begin - Returns an iterator for decls with the name 'Name'
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls;
31 Decls.insert(Path->Decls.front());
33 NumDeclsFound = Decls.size();
35 std::copy(Decls.begin(), Decls.end(), DeclsFound.get());
381 for (Path.Decls = BaseRecord->lookup(Name);
382 !Path.Decls.empty();
383 Path.Decls = Path.Decls.slice(1))
    [all...]
  /external/clang/include/clang/AST/
DeclGroup.h 1 //===--- DeclGroup.h - Classes for representing groups of Decls -*- C++ -*-===//
34 DeclGroup(unsigned numdecls, Decl** decls);
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
75 return DeclGroupRef(Decls[0]);
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 24 std::vector<DWARFAbbreviationDeclaration> Decls;

Completed in 128 milliseconds

12 3 4 5 6 7 8 91011