HomeSort by relevance Sort by last modified time
    Searched refs:CurrContext (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
Consumed.cpp 777 ASTContext &CurrContext = AC.getASTContext();
778 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType();
796 isSetOnReadPtrType(Constructor->getThisType(CurrContext)) ?
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 801 ASTContext &CurrContext = S.getASTContext();
802 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType();
    [all...]

Completed in 103 milliseconds