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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 6472 NamedDecl *NDecl = nullptr;
6481 NDecl = DRE->getDecl();
6483 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl);
6490 NDecl = FDecl;
6498 NDecl = cast<MemberExpr>(NakedFn)->getMemberDecl();
6500 if (FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(NDecl)) {
6516 llvm::isa_and_nonnull<FunctionDecl>(NDecl)
6517 ? cast<FunctionDecl>(NDecl)->getCallResultType()
6523 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
6571 /// \param NDecl the declaration being called, if availabl
    [all...]
SemaChecking.cpp 4798 bool Sema::CheckPointerCall(NamedDecl *NDecl, CallExpr *TheCall,
4801 if (const auto *V = dyn_cast<VarDecl>(NDecl))
4803 else if (const auto *F = dyn_cast<FieldDecl>(NDecl))
4821 checkCall(NDecl, Proto, /*ThisArg=*/nullptr,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5393 BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl, SourceLocation LParenLoc,
12415 bool CheckPointerCall(NamedDecl *NDecl, CallExpr *TheCall,

Completed in 152 milliseconds