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

12 3 4 5 6 7 8

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 418 hasDescendant(fieldDecl(hasName("a"))))));
425 hasDescendant(fieldDecl(hasName("a"))))));
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 310 if (const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(D)) {
742 // FieldDecl->isBitField()
828 if (const FieldDecl *FD = dyn_cast<FieldDecl>(Res.front()))
847 if (const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(D))
876 const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(cxcursor::getCursorDecl(C));
960 const FieldDecl *FD = dyn_cast_or_null<FieldDecl>((*I))
    [all...]
CXCursor.h 30 class FieldDecl;
126 CXCursor MakeCursorMemberRef(const FieldDecl *Field, SourceLocation Loc,
131 std::pair<const FieldDecl *, SourceLocation> getCursorMemberRef(CXCursor C);
IndexDecl.cpp 78 if (const FieldDecl *Member = Init->getAnyMember())
101 bool VisitFieldDecl(const FieldDecl *D) {
  /external/clang/include/clang/AST/
APValue.h 29 class FieldDecl;
59 /// BaseOrMember - The FieldDecl or CXXRecordDecl indicating the next item
100 const FieldDecl *Field;
153 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
322 const FieldDecl *getUnionField() const {
381 void setUnion(const FieldDecl *Field, const APValue &Value) {
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 53 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets,
  /external/clang/test/Index/
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)
complete-documentation-templates.cpp 119 // CHECK-CC3: FieldDecl:{ResultType int}{TypedText T7}{{.*}}(brief comment: This is T7.)
137 // CHECK-CC6: FieldDecl:{ResultType int}{TypedText T104}{{.*}}(brief comment: This is T104.)
targeted-file-refs.c 35 // TOP: FieldDecl=x:14:7 (Definition)
36 // TOP: FieldDecl=x:14:7 (Definition) =[14:7 - 14:8]
print-type.cpp 63 // CHECK: FieldDecl=t:5:5 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0]
77 // CHECK: FieldDecl=p:20:8 (Definition) [type=int *] [typekind=Pointer] [isPOD=1] [pointeetype=int] [pointeekind=Int]
98 // CHECK: FieldDecl=baz:27:20 (Definition) [type=Baz<int, 1, Foo>] [typekind=Unexposed] [canonicaltype=outer::Baz<int, 1, Foo>] [canonicaltypekind=Record] [templateargs/3= [type=int] [typekind=Int]] [isPOD=1]
102 // CHECK: FieldDecl=qux:28:29 (Definition) [type=Qux<int, char *, Foo<int> >] [typekind=Unexposed] [canonicaltype=outer::Qux<int, char *, outer::Foo<int> >] [canonicaltypekind=Record] [templateargs/1=] [isPOD=1]
128 // CHECK: FieldDecl=i:46:7 (Definition) [type=int] [typekind=Int] [isPOD=1]
load-exprs.c 38 // CHECK: load-exprs.c:2:16: FieldDecl=a:2:16 (Definition) Extent=[2:12 - 2:17]
39 // CHECK: load-exprs.c:2:19: FieldDecl=b:2:19 (Definition) Extent=[2:12 - 2:20]
  /external/clang/test/Tooling/
clang-check-ast-dump.cpp 33 // CHECK-ATTR-NEXT: FieldDecl{{.*}}n
  /frameworks/compile/slang/
slang_rs_export_func.cpp 88 clang::FieldDecl *FD =
89 clang::FieldDecl::Create(Ctx,
  /external/clang/lib/CodeGen/
CGClass.cpp 683 FieldDecl *Field = MemberInit->getAnyMember();
688 LHS = CGF.EmitLValueForFieldInitialization(LHS, cast<FieldDecl>(I));
705 FieldDecl *Field = MemberInit->getAnyMember();
752 void CodeGenFunction::EmitInitializerForField(FieldDecl *Field, LValue LHS,
    [all...]
CGRecordLayoutBuilder.cpp 83 const FieldDecl *FD;
87 const FieldDecl *FD = nullptr)
135 llvm::Type *getStorageType(const FieldDecl *FD) {
155 bool isZeroInitializable(const FieldDecl *FD) {
165 uint64_t getFieldBitOffset(const FieldDecl *FD) {
169 void setBitFieldInfo(const FieldDecl *FD, CharUnits StartOffset,
204 llvm::DenseMap<const FieldDecl *, unsigned> Fields;
205 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
225 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) {
647 const FieldDecl *FD
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 70 llvm::DenseMap<const FieldDecl *, uint64_t> FieldOffsets;
80 uint64_t getExternalFieldOffset(const FieldDecl *FD) {
133 void UpdateEmptyFieldSubobjects(const FieldDecl *FD, CharUnits Offset);
160 bool CanPlaceFieldSubobjectAtOffset(const FieldDecl *FD,
183 bool CanPlaceFieldAtOffset(const FieldDecl *FD, CharUnits Offset);
206 for (const FieldDecl *FD : Class->fields()) {
429 EmptySubobjectMap::CanPlaceFieldSubobjectAtOffset(const FieldDecl *FD,
469 EmptySubobjectMap::CanPlaceFieldAtOffset(const FieldDecl *FD,
529 void EmptySubobjectMap::UpdateEmptyFieldSubobjects(const FieldDecl *FD,
676 void LayoutField(const FieldDecl *D, bool InsertExtraPadding)
    [all...]
ExternalASTSource.cpp 68 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets,
Decl.cpp 633 assert(!isa<FieldDecl>(D) && "Didn't expect a FieldDecl!");
    [all...]
ItaniumCXXABI.cpp 46 if (const FieldDecl *FD = RT->getDecl()->findFirstNamedDataMember()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 217 SmallVector<FieldDecl*, 10> FieldChain;
227 void Visit(FieldDecl *D);
243 void ASTFieldVisitor::Visit(FieldDecl *D) {
269 for (SmallVectorImpl<FieldDecl*>::iterator I=FieldChain.begin(),
DeadStoresChecker.cpp 424 llvm::DenseMap<const VarDecl *, FieldDecl *> CaptureFields;
425 FieldDecl *ThisCaptureField;
433 const FieldDecl *FD = CaptureFields[VD];
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 645 else if (FieldDecl *TD = dyn_cast<FieldDecl>(FoundDecl))
661 FieldDecl *FD = dyn_cast<FieldDecl>(FieldResult.getFoundDecl());
694 ValueDecl *FD = dyn_cast<FieldDecl>(FieldResult.getFoundDecl());
MultiplexExternalSemaSource.cpp 163 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets,
213 llvm::MapVector<FieldDecl *,
  /external/javassist/src/main/javassist/compiler/
Javac.java 91 if (mem instanceof FieldDecl)
92 return compileField((FieldDecl)mem);
127 private CtField compileField(FieldDecl fd)

Completed in 2931 milliseconds

12 3 4 5 6 7 8