Home
last modified time | relevance | path

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

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