Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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 …]
H A DExprCXX.h296 setDependence(computeDependence(this)); in CXXRewrittenBinaryOperator()
727 setDependence(ExprDependence::None); in CXXBoolLiteralExpr()
764 setDependence(ExprDependence::None); in CXXNullPtrLiteralExpr()
804 setDependence(computeDependence(this)); in CXXStdInitializerListExpr()
850 setDependence(computeDependence(this)); in CXXTypeidExpr()
856 setDependence(computeDependence(this)); in CXXTypeidExpr()
939 setDependence(computeDependence(this)); in MSPropertyRefExpr()
1012 setDependence(computeDependence(this)); in MSPropertySubscriptExpr()
1069 setDependence(computeDependence(this)); in CXXUuidofExpr()
1260 setDependence(ExprDependence::None); in CXXDefaultArgExpr()
[all …]
H A 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()
1713 setDependence(ExprDependence::None); in ImaginaryLiteral()
2052 setDependence(computeDependence(this)); in ParenExpr()
2501 setDependence(computeDependence(this)); in UnaryExprOrTypeTraitExpr()
2589 setDependence(computeDependence(this)); in ArraySubscriptExpr()
4234 setDependence(ExprDependence::None); in AddrLabelExpr()
4528 setDependence(ExprDependence::None); in GNUNullExpr()
[all …]
H A DExprOpenMP.h75 setDependence(computeDependence(this)); in OMPArraySectionExpr()
H A DType.h1836 void setDependence(TypeDependence D) {
1840 void addDependence(TypeDependence D) { setDependence(getDependence() | D); }
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
H A 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()
H A 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()
1339 setDependence(computeDependence(this)); in CXXUnresolvedConstructExpr()
1390 setDependence(computeDependence(this)); in CXXDependentScopeMemberExpr()
1587 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()
1634 setDependence(computeDependence(this)); in MaterializeTemporaryExpr()
[all …]
H A DExpr.cpp518 setDependence(computeDependence(this)); in PredefinedExpr()
822 setDependence(ExprDependence::None); in IntegerLiteral()
845 setDependence(ExprDependence::None); in FixedPointLiteral()
947 setDependence(ExprDependence::None); in FloatingLiteral()
1047 setDependence(ExprDependence::None); in StringLiteral()
1546 setDependence(computeDependence(this)); in OffsetOfExpr()
1568 setDependence(computeDependence(this)); in UnaryExprOrTypeTraitExpr()
1586 setDependence(computeDependence(this)); in MemberExpr()
1640 E->setDependence(Deps); in Create()
2124 setDependence(ExprDependence::None); in SourceLocExpr()
[all …]
H A DASTImporter.cpp8566 ToE->setDependence(FromE->getDependence()); in Import()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp542 E->setDependence(Deps); in VisitExpr()