HomeSort by relevance Sort by last modified time
    Searched full:fielddecl (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/clang/test/Index/
complete-in-invalid-method.m 18 // CHECK: FieldDecl:{ResultType int}{TypedText x}
19 // CHECK: FieldDecl:{ResultType int}{TypedText y}
complete-macro-args.c 17 // CHECK: FieldDecl:{ResultType float}{TypedText x} (35)
18 // CHECK-NEXT: FieldDecl:{ResultType float}{TypedText y} (35)
19 // CHECK-NEXT: FieldDecl:{ResultType float}{TypedText z} (35)
in-class-init.cpp 6 // CHECK: 2:7: FieldDecl=field:2:7 (Definition) Extent=[2:3 - 2:16]
complete-with-annotations.cpp 17 // CHECK: FieldDecl:{ResultType int}{TypedText field} (35) ("three", "two", "one")
19 // CHECK: FieldDecl:{ResultType int}{TypedText member2} (35) ("another annotation", "some annotation")
get-cursor.c 13 // CHECK: FieldDecl=foo:2:7 (Definition)
complete-access-checks.cpp 41 // CHECK-SUPER-ACCESS: FieldDecl:{ResultType int}{Informative X::}{TypedText member1} (37)
42 // CHECK-SUPER-ACCESS: FieldDecl:{ResultType int}{Informative X::}{TypedText member2} (37) (inaccessible)
43 // CHECK-SUPER-ACCESS: FieldDecl:{ResultType int}{Informative X::}{TypedText member3} (37) (inaccessible)
54 // CHECK-ACCESS: FieldDecl:{ResultType int}{TypedText member1} (35)
55 // CHECK-ACCESS: FieldDecl:{ResultType int}{TypedText member2} (35) (inaccessible)
56 // CHECK-ACCESS: FieldDecl:{ResultType int}{TypedText member3} (35) (inaccessible)
78 // CHECK-USING-INACCESSIBLE: FieldDecl:{ResultType int}{TypedText member} (35) (inaccessible)
83 // CHECK-USING-ACCESSIBLE: FieldDecl:{ResultType int}{TypedText member} (35)
complete-qualified.cpp 17 // CHECK-CC1: FieldDecl:{ResultType C<Foo, class Bar>}{TypedText c} (35) (parent: ClassDecl 'Foo')
code-completion.cpp 40 // CHECK-MEMBER: FieldDecl:{ResultType double}{TypedText member}
41 // CHECK-MEMBER: FieldDecl:{ResultType int}{Text X::}{TypedText member}
42 // CHECK-MEMBER: FieldDecl:{ResultType float}{Text Y::}{TypedText member}
77 // CHECK-EXPR: FieldDecl:{ResultType double}{TypedText member} (17)
78 // CHECK-EXPR: FieldDecl:{ResultType int}{Text X::}{TypedText member} (9)
79 // CHECK-EXPR: FieldDecl:{ResultType float}{Text Y::}{TypedText member} (18)
complete-cxx-inline-methods.cpp 30 // CHECK-NEXT: FieldDecl:{ResultType int}{TypedText x} (35)
31 // CHECK-NEXT: FieldDecl:{ResultType int}{TypedText y} (35)
file-refs.c 42 // CHECK-NEXT: FieldDecl=x:12:7 (Definition)
43 // CHECK-NEXT: FieldDecl=x:12:7 (Definition) =[12:7 - 12:8]
redeclarations.cpp 17 // CHECK: redeclarations.h:19:19: FieldDecl=x:19:19 (Definition) Extent=[19:5 - 19:20]
targeted-annotation.c 46 // FIELD: Keyword: "int" [2:3 - 2:6] FieldDecl=z:2:7 (Definition)
47 // FIELD: Identifier: "z" [2:7 - 2:8] FieldDecl=z:2:7 (Definition)
49 // FIELD: Keyword: "int" [3:3 - 3:6] FieldDecl=w:3:7 (Definition)
50 // FIELD: Identifier: "w" [3:7 - 3:8] FieldDecl=w:3:7 (Definition)
targeted-file-refs.c 35 // TOP: FieldDecl=x:14:7 (Definition)
36 // TOP: FieldDecl=x:14:7 (Definition) =[14:7 - 14:8]
  /external/clang/test/CodeCompletion/
preamble.c 7 // CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35) (parent: StructDecl 'X')
  /external/javassist/src/main/javassist/compiler/ast/
FieldDecl.java 20 public class FieldDecl extends ASTList {
21 public FieldDecl(ASTree _head, ASTList _tail) {
Visitor.java 29 public void atFieldDecl(FieldDecl n) throws CompileError {}
  /external/clang/include/clang/Sema/
CXXFieldCollector.h 21 class FieldDecl;
29 SmallVector<FieldDecl*, 32> Fields;
55 void Add(FieldDecl *D) {
68 FieldDecl **getCurFields() { return &*(Fields.end() - getCurNumFields()); }
  /external/clang/lib/CodeGen/
CGRecordLayout.h 154 static CGBitFieldInfo MakeInfo(class CodeGenTypes &Types, const FieldDecl *FD,
161 static CGBitFieldInfo MakeInfo(CodeGenTypes &Types, const FieldDecl *FD,
188 llvm::DenseMap<const FieldDecl *, unsigned> FieldInfo;
192 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
247 unsigned getLLVMFieldNo(const FieldDecl *FD) const {
266 const CGBitFieldInfo &getBitFieldInfo(const FieldDecl *FD) const {
268 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo>::const_iterator
CGRecordLayoutBuilder.cpp 58 llvm::DenseMap<const FieldDecl *, unsigned> Fields;
61 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
112 llvm::Type *LayoutUnionField(const FieldDecl *Field,
153 bool LayoutField(const FieldDecl *D, uint64_t FieldOffset);
156 void LayoutBitField(const FieldDecl *D, uint64_t FieldOffset);
233 const FieldDecl *FD,
357 const FieldDecl *FD,
369 void CGRecordLayoutBuilder::LayoutBitField(const FieldDecl *D,
424 bool CGRecordLayoutBuilder::LayoutField(const FieldDecl *D,
496 CGRecordLayoutBuilder::LayoutUnionField(const FieldDecl *Field
    [all...]