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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp 105 // Examine DeclExp to find SelfArg and FunArgs, which are used to substitute
114 Ctx.FunArgs = CE->getArgs();
117 Ctx.FunArgs = CE->getArgs();
121 Ctx.FunArgs = CE->getArgs();
280 if (Ctx && Ctx->FunArgs) {
287 return translate(Ctx->FunArgs[I], Ctx->Prev);
385 LRCallCtx.FunArgs = CE->getArgs();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 350 // Number of funArgs
354 const Expr *const *FunArgs = nullptr;

Completed in 16 milliseconds