HomeSort by: relevance | last modified time | path
    Searched refs:getCurrentThisType (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 1026 (getCurrentThisType().isNull() ||
1069 QualType ThisCaptureType = getCurrentThisType();
1594 QualType ThisTy = getCurrentThisType();
1660 ? getCurrentThisType()->getPointeeType()
SemaStmtAsm.cpp 815 if (const Type *PT = getCurrentThisType().getTypePtrOrNull())
SemaExprMember.cpp 1864 QualType ThisTy = getCurrentThisType();
SemaExprCXX.cpp 1169 QualType Sema::getCurrentThisType() {
1336 QualType ThisTy = getCurrentThisType();
1364 QualType ThisTy = getCurrentThisType();
SemaCodeComplete.cpp 1632 auto ThisType = Results.getSema().getCurrentThisType();
1947 QualType ThisTy = S.getCurrentThisType();
4217 auto ThisType = getCurrentThisType();
SemaOpenMP.cpp 4412 QualType ThisTy = getCurrentThisType();
5016 (S.getCurrentThisType().isNull() || !ME ||
5027 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange;
SemaDeclCXX.cpp 14220 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup);
14588 MemberBuilder To(This, getCurrentThisType(),
TreeTransform.h 11632 QualType T = getSema().getCurrentThisType();
SemaExpr.cpp 2383 QualType ThisType = S.getCurrentThisType();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6120 QualType getCurrentThisType();

Completed in 111 milliseconds