Home
last modified time | relevance | path

Searched refs:oppositeKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5099 FunctionEffect::Kind FunctionEffect::oppositeKind() const { in oppositeKind() function in FunctionEffect
5195 FunctionEffect::Kind NewOppositeKind = NewEC.Effect.oppositeKind(); in insert()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4717 Kind oppositeKind() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6300 NewEC.Effect = FunctionEffect(PrevEC.Effect.oppositeKind()); in TransformFunctionProtoType()
H A DSemaDecl.cpp20293 if (PrevEC.Effect.oppositeKind() == NewKind) in diagnoseConflictingFunctionEffect()