Home
last modified time | relevance | path

Searched defs:FieldLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h48 SourceLocation FieldLoc; member
117 SourceLocation FieldLoc) { in CreateFieldDesignator()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp1045 auto initField = [&](QualType FieldType, StorageLocation &FieldLoc) { in initializeFieldsWithValues()
1071 StorageLocation *FieldLoc = Loc.getChild(*Field); in initializeFieldsWithValues() local
H A DTransfer.cpp767 StorageLocation *FieldLoc = Loc.getChild(*Field); in VisitInitListExpr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1199 SVal FieldLoc = State->getLValue(FieldForCapture, V); in VisitLambdaExpr() local
H A DExprEngine.cpp1175 SVal FieldLoc; in ProcessInitializer() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1241 SourceLocation FieldLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
1251 SourceLocation FieldLoc = readSourceLocation(); in VisitDesignatedInitExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1740 LValue FieldLoc = CGF.EmitLValueForFieldInitialization(DestLV, Field); in VisitCXXParenListOrInitListExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5332 SourceLocation FieldLoc; member
5400 SourceLocation FieldLoc) { in CreateFieldDesignator()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7171 SMLoc FieldLoc = getLoc(); in parseDelay() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18136 ExprResult Sema::VerifyBitField(SourceLocation FieldLoc, in VerifyBitField()