HomeSort by relevance Sort by last modified time
    Searched full:decls (Results 26 - 50 of 546) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Rewriter/
rewrite-modern-block.mm 28 // rewriting multiple __block decls on wintin same decl stmt.
38 // rewriting multiple __block decls on wintin same decl stmt
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPageRule.cpp 87 String decls = m_pageRule->properties()->asText(); local
88 result.append(decls);
89 if (!decls.isEmpty())
CSSViewportRule.cpp 66 String decls = m_viewportRule->properties()->asText(); local
67 result.append(decls);
68 if (!decls.isEmpty())
CSSKeyframeRule.cpp 90 String decls = m_properties->asText(); local
91 result.append(decls);
92 if (!decls.isEmpty())
CSSStyleRule.cpp 115 String decls = m_styleRule->properties()->asText(); local
116 result.append(decls);
117 if (!decls.isEmpty())
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 111 SmallVectorImpl<Decl *> &Decls){
113 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls);
217 SmallVectorImpl<const DeclaratorDecl*> &Decls) {
219 Sources[i]->ReadUnusedFileScopedDecls(Decls);
223 SmallVectorImpl<CXXConstructorDecl*> &Decls) {
225 Sources[i]->ReadDelegatingConstructors(Decls);
229 SmallVectorImpl<TypedefNameDecl*> &Decls) {
231 Sources[i]->ReadExtVectorDecls(Decls);
235 SmallVectorImpl<CXXRecordDecl*> &Decls) {
237 Sources[i]->ReadDynamicClasses(Decls);
    [all...]
  /external/jpeg/
rdgif.c 22 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
  /external/qemu/distrib/jpeg-6b/
rdgif.c 22 #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.h 30 std::vector<DWARFAbbreviationDeclaration> Decls;
40 Decls.clear();
  /external/clang/include/clang/AST/
DeclGroup.h 1 //===--- DeclGroup.h - Classes for representing groups of Decls -*- C++ -*-===//
37 DeclGroup(unsigned numdecls, Decl** decls);
40 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
72 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
76 return DeclGroupRef(Decls[0]);
77 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
GlobalDecl.h 32 assert(!isa<CXXConstructorDecl>(D) && "Use other ctor with ctor decls!");
33 assert(!isa<CXXDestructorDecl>(D) && "Use other ctor with dtor decls!");
  /external/clang/include/clang/Sema/
Lookup.h 269 return Decls;
272 iterator begin() const { return iterator(Decls.begin()); }
273 iterator end() const { return iterator(Decls.end()); }
275 /// \brief Return true if no decls were found
276 bool empty() const { return Decls.empty(); }
373 Decls.addDecl(D, AS);
380 Decls.append(Other.Decls.begin(), Other.Decls.end());
393 assert(ResultKind == NotFound && Decls.empty())
    [all...]
CodeCompleteOptions.h 22 /// Show top-level decls in code completion results.
ExternalSemaSource.h 103 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
113 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
122 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
130 virtual void ReadDynamicClasses(SmallVectorImpl<CXXRecordDecl *> &Decls) {}
140 SmallVectorImpl<NamedDecl *> &Decls) {}
CXXFieldCollector.h 43 // // At this point, Fields contains [x,y,q] decls and FieldCount contains
47 // // At this point, Fields contains [x,y,z] decls and FieldCount contains
MultiplexExternalSemaSource.h 121 /// \brief Get the decls that are contained in a file in the Offset/Length
125 SmallVectorImpl<Decl *> &Decls);
144 /// decls that are initializing. Must be paired with FinishedDeserializing.
250 SmallVectorImpl<const DeclaratorDecl*> &Decls);
260 SmallVectorImpl<CXXConstructorDecl*> &Decls);
269 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl*> &Decls);
277 virtual void ReadDynamicClasses(SmallVectorImpl<CXXRecordDecl*> &Decls);
286 virtual void ReadLocallyScopedExternCDecls(SmallVectorImpl<NamedDecl*>&Decls);
  /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);
400 for (Path.Decls = BaseRecord->lookup(N);
401 !Path.Decls.empty();
402 Path.Decls = Path.Decls.slice(1))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
sexps.py 95 decls = []
99 decls.append(s)
102 return sorted(decls) + other_code
  /external/chromium_org/v8/test/mjsunit/harmony/
block-const-assign.js 97 let decls = [ constDecl0,
127 for (var d = 0; d < decls.length; ++d) {
129 Test(decls[d], uses[u]);
  /external/libsepol/tests/
test-common.h 31 * decls integer array of decl id's that we expect the role to have in the scope table
32 * len number of elements in decls
37 extern void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len);
  /external/mesa3d/src/glsl/tests/
sexps.py 95 decls = []
99 decls.append(s)
102 return sorted(decls) + other_code
  /external/v8/test/mjsunit/harmony/
block-const-assign.js 97 let decls = [ constDecl0,
127 for (var d = 0; d < decls.length; ++d) {
129 Test(decls[d], uses[u]);
  /external/clang/test/Index/
cxx-operator-overload.cpp 17 // RUNx: index-test %t.ast -point-at %s:10:17 -print-decls > %t &&
  /external/clang/test/SemaCXX/
literal-operators.cpp 43 // FIXME: Test some invalid decls that might crop up.
  /external/clang/test/Modules/Inputs/
module.map 209 header "cxx-decls-unimported.h"
212 header "cxx-decls-imported.h"

Completed in 2787 milliseconds

12 3 4 5 6 7 8 91011>>