Searched refs:ExpectedClass (Results 1 - 3 of 3) 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.h823 ExpectedClass, enumerator in enum:clang::AttributeDeclKind
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3672 << Attr.getName() << ExpectedClass;

Completed in 58 milliseconds