Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DCXXFieldCollector.h22 class FieldDecl; variable
DScopeInfo.h35 class FieldDecl; variable
DInitialization.h32 class FieldDecl; variable
/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h33 class FieldDecl; variable
/external/clang/lib/CodeGen/
DCGObjCRuntime.h39 class FieldDecl; variable
DCGCXXABI.h34 class FieldDecl; variable
DCodeGenTypes.h40 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.cpp68 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp163 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
218 llvm::MapVector<FieldDecl *, in ReadMismatchingDeleteExpressions()
DSema.cpp1265 void ExternalSemaSource::ReadMismatchingDeleteExpressions(llvm::MapVector< in ReadMismatchingDeleteExpressions()
DSemaOpenMP.cpp8871 TransformExprToCaptures(Sema &SemaRef, ValueDecl *FieldDecl) in TransformExprToCaptures()
/external/clang/include/clang/AST/
DRecordLayout.h23 class FieldDecl; variable
DExternalASTSource.h28 class FieldDecl; variable
DAPValue.h29 class FieldDecl; variable
DDecl.h2334 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h533 AST_MATCHER(FieldDecl, isBitField) { in AST_MATCHER() argument
549 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() argument
3034 internal::Matcher<FieldDecl>, InnerMatcher) { in AST_MATCHER_P()
/external/clang/include/clang/Analysis/
DCFG.h38 class FieldDecl; variable
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp250 clang::ast_matchers::internal::Matcher<clang::FieldDecl>, in AST_MATCHER_P()
/external/clang/lib/Serialization/
DASTReader.cpp7243 void ASTReader::ReadMismatchingDeleteExpressions(llvm::MapVector< in ReadMismatchingDeleteExpressions()