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

/external/clang/lib/AST/
H A DExprConstant.cpp84 static const CXXRecordDecl *getAsBaseClass(APValue::LValuePathEntry E) { function in namespace:__anon3048
1286 const CXXRecordDecl *Base = getAsBaseClass(D.Entries[I]);
1617 const CXXRecordDecl *Base = getAsBaseClass(Sub.Entries[I]);
1930 const CXXRecordDecl *LVDecl = getAsBaseClass(
2003 FinalType = getAsBaseClass(D.Entries[NewEntriesSize - 1]);
5077 << getAsBaseClass(LHSDesignator.Entries[Mismatch])
5081 << getAsBaseClass(RHSDesignator.Entries[Mismatch])

Completed in 31 milliseconds