Searched refs:getAsBaseClass (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp103 static const CXXRecordDecl *getAsBaseClass(APValue::LValuePathEntry E) { function in namespace:__anon17734
1771 const CXXRecordDecl *Base = getAsBaseClass(D.Entries[I]);
2251 const CXXRecordDecl *Base = getAsBaseClass(Sub.Entries[I]);
3003 const CXXRecordDecl *LVDecl = getAsBaseClass(
3101 FinalType = getAsBaseClass(D.Entries[NewEntriesSize - 1]);
6834 << getAsBaseClass(LHSDesignator.Entries[Mismatch])
6838 << getAsBaseClass(RHSDesignator.Entries[Mismatch])

Completed in 316 milliseconds