HomeSort by: relevance | last modified time | path
    Searched defs:IsBase (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp 22 bool IsBase;
29 const DeclContext *DC, bool isBase, bool isIBType)
30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) {
31 if (IsBase) {
64 if (IsBase) {
238 bool isBase,
243 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType);
249 bool isBase,
256 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Descriptor.h 176 unsigned IsBase : 1;

Completed in 16 milliseconds