Home
last modified time | relevance | path

Searched refs:isTypePredicate (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp152 if (Node.isTypePredicate()) in AST_MATCHER_P()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5725 assert(isTypePredicate() && "Asking for the controlling type of a " in getIndexOfControllingType()
5741 return (int)isTypePredicate(); in getIndexOfStartOfAssociatedTypes()
5766 return getNumAssocs() + (int)isTypePredicate(); in numTrailingObjects()
5954 bool isTypePredicate() const { return !IsExprPredicate; } in isTypePredicate() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4559 assert(!gse->isTypePredicate()); in stripARCUnbridgedCast()