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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeTypeFunctionSig.h 67 bool IsMemberFunction = false;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 4594 bool IsMemberFunction, SourceLocation Loc,
4607 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
4700 checkCall(FDecl, Proto, /*ThisArg=*/nullptr, Args, /*IsMemberFunction=*/true,
4710 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) ||
4725 } else if (IsMemberFunction)
4746 IsMemberFunction, TheCall->getRParenLoc(),
4792 /*IsMemberFunction=*/false, lbrac, Method->getSourceRange(),
4823 /*IsMemberFunction=*/false, TheCall->getRParenLoc(),
4836 /*IsMemberFunction=*/false, TheCall->getRParenLoc(),

Completed in 42 milliseconds