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

1 2 3 4 56 7 8 91011

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
UnresolvedSet.h 77 iterator begin() { return iterator(decls().begin()); }
78 iterator end() { return iterator(decls().end()); }
80 const_iterator begin() const { return const_iterator(decls().begin()); }
81 const_iterator end() const { return const_iterator(decls().end()); }
88 decls().push_back(DeclAccessPair::make(D, AS));
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
109 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
111 void erase(iterator I) { *I.I = decls().pop_back_val();
129 DeclsTy &decls() { function in class:clang::UnresolvedSetImpl
132 const DeclsTy &decls() const { function in class:clang::UnresolvedSetImpl
    [all...]
ExternalASTSource.h 46 /// whenever we might have added new redeclarations for existing decls.
107 /// FunctionDecl::setLazyBody when building decls.
196 /// \brief Get the decls that are contained in a file in the Offset/Length
201 SmallVectorImpl<Decl *> &Decls);
226 /// decls that are initializing. Must be paired with FinishedDeserializing.
309 ArrayRef<NamedDecl*> Decls);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CXXInheritance.h 78 DeclContext::lookup_result Decls;
UnresolvedSet.h 77 iterator begin() { return iterator(decls().begin()); }
78 iterator end() { return iterator(decls().end()); }
80 const_iterator begin() const { return const_iterator(decls().begin()); }
81 const_iterator end() const { return const_iterator(decls().end()); }
88 decls().push_back(DeclAccessPair::make(D, AS));
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
109 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
111 void erase(iterator I) { *I.I = decls().pop_back_val();
129 DeclsTy &decls() { function in class:clang::UnresolvedSetImpl
132 const DeclsTy &decls() const { function in class:clang::UnresolvedSetImpl
    [all...]
ExternalASTSource.h 46 /// whenever we might have added new redeclarations for existing decls.
107 /// FunctionDecl::setLazyBody when building decls.
196 /// \brief Get the decls that are contained in a file in the Offset/Length
201 SmallVectorImpl<Decl *> &Decls);
226 /// decls that are initializing. Must be paired with FinishedDeserializing.
309 ArrayRef<NamedDecl*> Decls);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CXXInheritance.h 78 DeclContext::lookup_result Decls;
UnresolvedSet.h 77 iterator begin() { return iterator(decls().begin()); }
78 iterator end() { return iterator(decls().end()); }
80 const_iterator begin() const { return const_iterator(decls().begin()); }
81 const_iterator end() const { return const_iterator(decls().end()); }
88 decls().push_back(DeclAccessPair::make(D, AS));
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
109 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
111 void erase(iterator I) { *I.I = decls().pop_back_val();
129 DeclsTy &decls() { function in class:clang::UnresolvedSetImpl
132 const DeclsTy &decls() const { function in class:clang::UnresolvedSetImpl
    [all...]
ExternalASTSource.h 46 /// whenever we might have added new redeclarations for existing decls.
107 /// FunctionDecl::setLazyBody when building decls.
196 /// \brief Get the decls that are contained in a file in the Offset/Length
201 SmallVectorImpl<Decl *> &Decls);
226 /// decls that are initializing. Must be paired with FinishedDeserializing.
309 ArrayRef<NamedDecl*> Decls);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CXXInheritance.h 78 DeclContext::lookup_result Decls;
UnresolvedSet.h 77 iterator begin() { return iterator(decls().begin()); }
78 iterator end() { return iterator(decls().end()); }
80 const_iterator begin() const { return const_iterator(decls().begin()); }
81 const_iterator end() const { return const_iterator(decls().end()); }
88 decls().push_back(DeclAccessPair::make(D, AS));
95 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
109 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
111 void erase(iterator I) { *I.I = decls().pop_back_val();
129 DeclsTy &decls() { function in class:clang::UnresolvedSetImpl
132 const DeclsTy &decls() const { function in class:clang::UnresolvedSetImpl
    [all...]
ExternalASTSource.h 46 /// whenever we might have added new redeclarations for existing decls.
107 /// FunctionDecl::setLazyBody when building decls.
196 /// \brief Get the decls that are contained in a file in the Offset/Length
201 SmallVectorImpl<Decl *> &Decls);
226 /// decls that are initializing. Must be paired with FinishedDeserializing.
309 ArrayRef<NamedDecl*> Decls);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 510 ArrayRef<serialization::LocalDeclID> Decls;
513 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
514 : Mod(Mod), Decls(Decls) {}
535 // Updates for visible decls can occur for other contexts than just the
714 /// "interesting" decls.
787 /// Sema tracks a few important decls, such as namespace std, directly.
797 /// The AST context tracks a few important decls, currently cudaConfigureCall,
837 /// \brief A list of undefined decls with internal linkage followed by the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 510 ArrayRef<serialization::LocalDeclID> Decls;
513 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
514 : Mod(Mod), Decls(Decls) {}
535 // Updates for visible decls can occur for other contexts than just the
714 /// "interesting" decls.
787 /// Sema tracks a few important decls, such as namespace std, directly.
797 /// The AST context tracks a few important decls, currently cudaConfigureCall,
837 /// \brief A list of undefined decls with internal linkage followed by the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 510 ArrayRef<serialization::LocalDeclID> Decls;
513 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
514 : Mod(Mod), Decls(Decls) {}
535 // Updates for visible decls can occur for other contexts than just the
714 /// "interesting" decls.
787 /// Sema tracks a few important decls, such as namespace std, directly.
797 /// The AST context tracks a few important decls, currently cudaConfigureCall,
837 /// \brief A list of undefined decls with internal linkage followed by the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 510 ArrayRef<serialization::LocalDeclID> Decls;
513 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
514 : Mod(Mod), Decls(Decls) {}
535 // Updates for visible decls can occur for other contexts than just the
714 /// "interesting" decls.
787 /// Sema tracks a few important decls, such as namespace std, directly.
797 /// The AST context tracks a few important decls, currently cudaConfigureCall,
837 /// \brief A list of undefined decls with internal linkage followed by the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 510 ArrayRef<serialization::LocalDeclID> Decls;
513 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
514 : Mod(Mod), Decls(Decls) {}
535 // Updates for visible decls can occur for other contexts than just the
714 /// "interesting" decls.
787 /// Sema tracks a few important decls, such as namespace std, directly.
797 /// The AST context tracks a few important decls, currently cudaConfigureCall,
837 /// \brief A list of undefined decls with internal linkage followed by the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 510 ArrayRef<serialization::LocalDeclID> Decls;
513 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
514 : Mod(Mod), Decls(Decls) {}
535 // Updates for visible decls can occur for other contexts than just the
714 /// "interesting" decls.
787 /// Sema tracks a few important decls, such as namespace std, directly.
797 /// The AST context tracks a few important decls, currently cudaConfigureCall,
837 /// \brief A list of undefined decls with internal linkage followed by the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 510 ArrayRef<serialization::LocalDeclID> Decls;
513 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
514 : Mod(Mod), Decls(Decls) {}
535 // Updates for visible decls can occur for other contexts than just the
714 /// "interesting" decls.
787 /// Sema tracks a few important decls, such as namespace std, directly.
797 /// The AST context tracks a few important decls, currently cudaConfigureCall,
837 /// \brief A list of undefined decls with internal linkage followed by the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 510 ArrayRef<serialization::LocalDeclID> Decls;
513 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
514 : Mod(Mod), Decls(Decls) {}
535 // Updates for visible decls can occur for other contexts than just the
714 /// "interesting" decls.
787 /// Sema tracks a few important decls, such as namespace std, directly.
797 /// The AST context tracks a few important decls, currently cudaConfigureCall,
837 /// \brief A list of undefined decls with internal linkage followed by the
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 45 /// whenever we might have added new redeclarations for existing decls.
106 /// FunctionDecl::setLazyBody when building decls.
191 /// \brief Get the decls that are contained in a file in the Offset/Length
196 SmallVectorImpl<Decl *> &Decls);
221 /// decls that are initializing. Must be paired with FinishedDeserializing.
304 ArrayRef<NamedDecl*> Decls);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 46 /// whenever we might have added new redeclarations for existing decls.
107 /// FunctionDecl::setLazyBody when building decls.
196 /// \brief Get the decls that are contained in a file in the Offset/Length
201 SmallVectorImpl<Decl *> &Decls);
226 /// decls that are initializing. Must be paired with FinishedDeserializing.
309 ArrayRef<NamedDecl*> Decls);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 46 /// whenever we might have added new redeclarations for existing decls.
107 /// FunctionDecl::setLazyBody when building decls.
196 /// \brief Get the decls that are contained in a file in the Offset/Length
201 SmallVectorImpl<Decl *> &Decls);
226 /// decls that are initializing. Must be paired with FinishedDeserializing.
309 ArrayRef<NamedDecl*> Decls);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 46 /// whenever we might have added new redeclarations for existing decls.
107 /// FunctionDecl::setLazyBody when building decls.
196 /// \brief Get the decls that are contained in a file in the Offset/Length
201 SmallVectorImpl<Decl *> &Decls);
226 /// decls that are initializing. Must be paired with FinishedDeserializing.
309 ArrayRef<NamedDecl*> Decls);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 46 /// whenever we might have added new redeclarations for existing decls.
107 /// FunctionDecl::setLazyBody when building decls.
196 /// \brief Get the decls that are contained in a file in the Offset/Length
201 SmallVectorImpl<Decl *> &Decls);
226 /// decls that are initializing. Must be paired with FinishedDeserializing.
309 ArrayRef<NamedDecl*> Decls);
  /external/clang/lib/Sema/
SemaStmt.cpp 336 // If we're in C89 mode, check that we don't have any decls after stmts. If
    [all...]

Completed in 2904 milliseconds

1 2 3 4 56 7 8 91011