HomeSort by relevance Sort by last modified time
    Searched full:inclusionstack (Results 1 - 1 of 1) sorted by null

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 36 SmallVector<CXSourceLocation, 10> InclusionStack;
62 InclusionStack.clear();
65 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L));
73 InclusionStack.data(), InclusionStack.size(), clientData);

Completed in 86 milliseconds