Searched defs:ExpectedClass (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp142 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); local
144 if (ExpectedClass && ActualClass) {
147 if (ActualClass->isDerivedFrom(ExpectedClass, Paths) &&
/external/clang/include/clang/Sema/
H A DAttributeList.h832 ExpectedClass, enumerator in enum:clang::AttributeDeclKind

Completed in 268 milliseconds