Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h21 class FieldDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h31 class FieldDecl; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h21 class FieldDecl; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp32 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
H A DClangASTSource.h236 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
H A DASTUtils.h130 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
413 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
468 llvm::MapVector<clang::FieldDecl *, in ReadMismatchingDeleteExpressions()
H A DClangASTImporter.cpp630 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &field_offsets, in importRecordLayoutFromOrigin()
756 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &field_offsets, in LayoutRecordType()
H A DClangASTSource.cpp1350 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &field_offsets, in layoutRecordType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h41 class FieldDecl; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp65 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp183 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
238 llvm::MapVector<FieldDecl *, in ReadMismatchingDeleteExpressions()
H A DSema.cpp2468 void ExternalSemaSource::ReadMismatchingDeleteExpressions(llvm::MapVector< in ReadMismatchingDeleteExpressions()
H A DSemaChecking.cpp14144 llvm::function_ref<void(Expr *, RecordDecl *, FieldDecl *, CharUnits)> in RefersToMemberWithReducedAlignment() argument
H A DSemaOpenMP.cpp17815 TransformExprToCaptures(Sema &SemaRef, ValueDecl *FieldDecl) in TransformExprToCaptures()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h25 class FieldDecl; variable
H A DExternalASTSource.h46 class FieldDecl; variable
H A DDecl.h3090 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp312 const SmallVector<const FieldDecl *, 20> &OptimalFieldsOrder) const { in reportRecord() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp113 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h693 AST_MATCHER(FieldDecl, isBitField) { in AST_MATCHER() argument
710 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() argument
729 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>, in AST_MATCHER_P() argument
4789 internal::Matcher<FieldDecl>, InnerMatcher) { in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h50 class FieldDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h80 class FieldDecl; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9092 llvm::DenseMap<const clang::FieldDecl *, uint64_t> &field_offsets, in LayoutRecordType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8694 void ASTReader::ReadMismatchingDeleteExpressions(llvm::MapVector< in ReadMismatchingDeleteExpressions()