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.cpp208 if (Node.isTypePredicate()) in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6135 assert(isTypePredicate() && "Asking for the controlling type of a " in getIndexOfControllingType()
6151 return (int)isTypePredicate(); in getIndexOfStartOfAssociatedTypes()
6176 return getNumAssocs() + (int)isTypePredicate(); in numTrailingObjects()
6364 bool isTypePredicate() const { return !IsExprPredicate; } in isTypePredicate() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4565 assert(!gse->isTypePredicate()); in stripARCUnbridgedCast()