Searched defs:NumDecls (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DDeclGroup.h30 unsigned NumDecls; member in class:clang::final
33 DeclGroup() : NumDecls(0) {}
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
39 unsigned size() const { return NumDecls; }
42 assert (i < NumDecls && "Out-of-bounds access.");
47 assert (i < NumDecls && "Out-of-bounds access.");
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
72 if (NumDecls == 0)
74 if (NumDecls == 1)
76 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3167 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3168 if (N >= NumDecls)
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
H A DASTMatchers.h3181 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3182 if (N >= NumDecls)
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
H A DASTMatchers.h3181 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3182 if (N >= NumDecls)
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
H A DASTMatchers.h3222 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3223 if (N >= NumDecls)
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
H A DASTMatchers.h3222 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3223 if (N >= NumDecls)
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
H A DASTMatchers.h3222 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3223 if (N >= NumDecls)
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
H A DASTMatchers.h3222 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3223 if (N >= NumDecls)
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3167 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3168 if (N >= NumDecls)
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
H A DASTMatchers.h3181 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3182 if (N >= NumDecls)
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
H A DASTMatchers.h3181 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3182 if (N >= NumDecls)
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
H A DASTMatchers.h3222 const unsigned NumDecls = std::distance(Node.decl_begin(), Node.decl_end()); local
3223 if (N >= NumDecls)

Completed in 701 milliseconds

12