Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp142 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue() local
144 if (ExpectedClass && ActualClass) { in adjustReturnValue()
147 if (ActualClass->isDerivedFrom(ExpectedClass, Paths) && in adjustReturnValue()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DAttributeList.h824 ExpectedClass, enumerator
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3851 << Attr.getName() << ExpectedClass; in handleUuidAttr()