Home
last modified time | relevance | path

Searched defs:FieldDecl (Results 1 – 23 of 23) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
DFieldDecl.java20 public class FieldDecl extends ASTList { class
21 public FieldDecl(ASTree _head, ASTList _tail) { in FieldDecl() method in FieldDecl
/external/clang/include/clang/Sema/
DCXXFieldCollector.h22 class FieldDecl; variable
DScopeInfo.h33 class FieldDecl; variable
DInitialization.h32 class FieldDecl; variable
/external/lldb/source/Symbol/
DClangExternalASTSourceCallbacks.cpp145 ClangExternalASTSourceCallbacks::layoutRecordType(const clang::RecordDecl *Record, in layoutRecordType()
/external/clang/lib/CodeGen/
DCGObjCRuntime.h39 class FieldDecl; variable
DCodeGenTypes.h41 class FieldDecl; variable
DCGCXXABI.h33 class FieldDecl; variable
/external/clang/lib/Frontend/
DLayoutOverrideSource.cpp158 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
/external/clang/tools/libclang/
DCXCursor.h30 class FieldDecl; variable
/external/clang/lib/AST/
DExternalASTSource.cpp47 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
/external/clang/include/clang/AST/
DRecordLayout.h23 class FieldDecl; variable
DExternalASTSource.h27 class FieldDecl; variable
DAPValue.h29 class FieldDecl; variable
DDecl.h2169 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl() function
/external/lldb/include/lldb/Expression/
DClangASTSource.h281 layoutRecordType(const clang::RecordDecl *Record, in layoutRecordType()
/external/lldb/include/lldb/Core/
DClangForward.h64 class FieldDecl; variable
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp159 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp145 layoutRecordType(const clang::RecordDecl *Record, in layoutRecordType()
/external/clang/include/clang/Analysis/
DCFG.h38 class FieldDecl; variable
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1425 SymbolFileDWARFDebugMap::LayoutRecordType (void *baton, in LayoutRecordType()
DSymbolFileDWARF.cpp7876 SymbolFileDWARF::LayoutRecordType (void *baton, in LayoutRecordType()
7890 SymbolFileDWARF::LayoutRecordType (const clang::RecordDecl *record_decl, in LayoutRecordType()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2209 internal::Matcher<FieldDecl>, InnerMatcher) { in AST_MATCHER_P()