Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp1715 CXXCastPath &BasePathArray) { in BuildBasePathArray() argument
1716 assert(BasePathArray.empty() && "Base path array must be empty!"); in BuildBasePathArray()
1734 BasePathArray.push_back(const_cast<CXXBaseSpecifier*>(Path[I].Base)); in BuildBasePathArray()