Home
last modified time | relevance | path

Searched refs:setDependence (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DExprObjC.h60 setDependence(ExprDependence::None); in ObjCStringLiteral()
96 setDependence(ExprDependence::None); in ObjCBoolLiteralExpr()
139 setDependence(computeDependence(this)); in ObjCBoxedExpr()
418 setDependence(computeDependence(this)); in ObjCEncodeExpr()
463 setDependence(ExprDependence::None); in ObjCSelectorExpr()
516 setDependence(ExprDependence::None); in ObjCProtocolExpr()
570 setDependence(computeDependence(this));
653 setDependence(computeDependence(this)); in ObjCPropertyRefExpr()
662 setDependence(computeDependence(this)); in ObjCPropertyRefExpr()
672 setDependence(computeDependence(this)); in ObjCPropertyRefExpr()
[all …]
DExprCXX.h296 setDependence(computeDependence(this)); in CXXRewrittenBinaryOperator()
717 setDependence(ExprDependence::None); in CXXBoolLiteralExpr()
754 setDependence(ExprDependence::None); in CXXNullPtrLiteralExpr()
794 setDependence(computeDependence(this)); in CXXStdInitializerListExpr()
840 setDependence(computeDependence(this)); in CXXTypeidExpr()
846 setDependence(computeDependence(this)); in CXXTypeidExpr()
929 setDependence(computeDependence(this)); in MSPropertyRefExpr()
1002 setDependence(computeDependence(this)); in MSPropertySubscriptExpr()
1059 setDependence(computeDependence(this)); in CXXUuidofExpr()
1065 setDependence(computeDependence(this)); in CXXUuidofExpr()
[all …]
DExpr.h134 void setDependence(ExprDependence Deps) { in setDependence() function
1002 setDependence(computeDependence(this)); in FullExpr()
1135 setDependence(computeDependence(this)); in Expr()
1594 setDependence(ExprDependence::None); in CharacterLiteral()
1711 setDependence(ExprDependence::None); in ImaginaryLiteral()
2050 setDependence(computeDependence(this)); in ParenExpr()
2499 setDependence(computeDependence(this)); in UnaryExprOrTypeTraitExpr()
2587 setDependence(computeDependence(this)); in ArraySubscriptExpr()
2665 setDependence(computeDependence(this)); in MatrixSubscriptExpr()
3046 setDependence(getDependence() | ExprDependence::TypeValueInstantiation); in markDependentForPostponedNameLookup()
[all …]
DExprOpenMP.h75 setDependence(computeDependence(this)); in OMPArraySectionExpr()
DType.h1829 void setDependence(TypeDependence D) {
1833 void addDependence(TypeDependence D) { setDependence(getDependence() | D); }
/external/llvm-project/clang/lib/AST/
DExprConcepts.cpp48 setDependence(computeDependence(this, /*ValueDependent=*/!Satisfaction)); in ConceptSpecializationExpr()
110 setDependence(D); in ConceptSpecializationExpr()
178 setDependence(getDependence() | ExprDependence::UnexpandedPack); in RequiresExpr()
184 setDependence(getDependence() | ExprDependence::ValueInstantiation); in RequiresExpr()
DExprObjC.cpp36 setDependence(computeDependence(this)); in ObjCArrayLiteral()
74 setDependence(computeDependence(this)); in ObjCDictionaryLiteral()
123 setDependence(computeDependence(this)); in ObjCMessageExpr()
140 setDependence(computeDependence(this)); in ObjCMessageExpr()
156 setDependence(computeDependence(this)); in ObjCMessageExpr()
DExpr.cpp393 setDependence(computeDependence(this, Ctx)); in DeclRefExpr()
430 setDependence(computeDependence(this, Ctx)); in DeclRefExpr()
491 setDependence(computeDependence(this, NewD->getASTContext())); in setDecl()
516 setDependence(computeDependence(this)); in PredefinedExpr()
818 setDependence(ExprDependence::None); in IntegerLiteral()
841 setDependence(ExprDependence::None); in FixedPointLiteral()
873 setDependence(ExprDependence::None); in FloatingLiteral()
973 setDependence(ExprDependence::None); in StringLiteral()
1263 setDependence(computeDependence(this, PreArgs)); in CallExpr()
1465 setDependence(computeDependence(this)); in OffsetOfExpr()
[all …]
DExprCXX.cpp231 setDependence(computeDependence(this)); in CXXNewExpr()
330 setDependence(computeDependence(this)); in CXXPseudoDestructorExpr()
443 setDependence(computeDependence(this, KnownDependent, in OverloadExpr()
474 setDependence(computeDependence(this)); in DependentScopeDeclRefExpr()
962 setDependence(computeDependence(this)); in CXXDefaultInitExpr()
1076 setDependence(computeDependence(this)); in CXXConstructExpr()
1149 setDependence(computeDependence(this, ContainsUnexpandedParameterPack)); in LambdaExpr()
1339 setDependence(computeDependence(this)); in CXXUnresolvedConstructExpr()
1390 setDependence(computeDependence(this)); in CXXDependentScopeMemberExpr()
1587 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()
[all …]
DASTImporter.cpp8399 ToE->setDependence(FromE->getDependence()); in Import()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp540 E->setDependence(Deps); in VisitExpr()