Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp144 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue() local
146 if (ExpectedClass && ActualClass) { in adjustReturnValue()
149 if (ActualClass->isDerivedFrom(ExpectedClass, Paths) && in adjustReturnValue()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h1093 ExpectedClass, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6016 << AL << AL.isRegularKeywordAttribute() << ExpectedClass; in handleNullableTypeAttr()