OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckAssignmentConstraints
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
1371
compat = (
CheckAssignmentConstraints
(PropertyIvarLoc, PropertyIvarType,
1726
else if (
CheckAssignmentConstraints
(Loc, GetterType, PropertyRValueType)
SemaExpr.cpp
9065
Sema::
CheckAssignmentConstraints
(SourceLocation Loc,
9068
// cast operations are required, so if
CheckAssignmentConstraints
9075
return
CheckAssignmentConstraints
(LHSType, RHSPtr, K, /*ConvertRHS=*/false);
9086
///
CheckAssignmentConstraints
(C99 6.5.16) - This routine currently
9104
Sema::
CheckAssignmentConstraints
(QualType LHSType, ExprResult &RHS,
9124
CheckAssignmentConstraints
(AtomicTy->getValueType(), RHS, Kind);
9480
if (
CheckAssignmentConstraints
(it->getType(), RHS, Kind)
9605
CheckAssignmentConstraints
(LHSType, RHS, Kind, ConvertRHS);
9609
//
CheckAssignmentConstraints
allows the left-hand side to be a reference,
10121
//
CheckAssignmentConstraints
. If it's a scalar type, only bitcast fo
[
all
...]
SemaExprCXX.cpp
4104
CheckAssignmentConstraints
(From->getExprLoc(), ToType, From->getType());
SemaDeclAttr.cpp
3239
if (S.
CheckAssignmentConstraints
(FD->getParamDecl(0)->getLocation(),
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
11483
///
CheckAssignmentConstraints
- Perform type checking for assignment,
11486
AssignConvertType
CheckAssignmentConstraints
(SourceLocation Loc,
11493
AssignConvertType
CheckAssignmentConstraints
(QualType LHSType,
Completed in 46 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026