Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCXXFieldCollector.h21 class FieldDecl; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h31 class FieldDecl; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h37 class FieldDecl; variable
H A DASTMutationListener.h25 class FieldDecl; variable
H A DExternalASTSource.h46 class FieldDecl; variable
H A DDecl.h2843 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl() function
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp157 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.h29 class FieldDecl; variable
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h40 class FieldDecl; variable
H A DCodeGenTypes.h37 class FieldDecl; variable
H A DCGCXXABI.h34 class FieldDecl; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp65 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp177 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, in layoutRecordType()
232 llvm::MapVector<FieldDecl *, in ReadMismatchingDeleteExpressions()
H A DSema.cpp2200 void ExternalSemaSource::ReadMismatchingDeleteExpressions(llvm::MapVector< in ReadMismatchingDeleteExpressions()
H A DSemaChecking.cpp15953 llvm::function_ref<void(Expr *, RecordDecl *, FieldDecl *, CharUnits)> in RefersToMemberWithReducedAlignment() argument
H A DSemaOpenMP.cpp15939 TransformExprToCaptures(Sema &SemaRef, ValueDecl *FieldDecl) in TransformExprToCaptures()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp307 const SmallVector<const FieldDecl *, 20> &OptimalFieldsOrder) const { in reportRecord() argument
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h689 AST_MATCHER(FieldDecl, isBitField) { in AST_MATCHER() argument
706 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() argument
725 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>, in AST_MATCHER_P() argument
4457 internal::Matcher<FieldDecl>, InnerMatcher) { in AST_MATCHER_P()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h50 class FieldDecl; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h78 class FieldDecl; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8266 void ASTReader::ReadMismatchingDeleteExpressions(llvm::MapVector< in ReadMismatchingDeleteExpressions()