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

  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 40 const Decl *TargetDecl = nullptr;
43 TargetDecl = DRE->getDecl();
48 CGF.EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue, TargetDecl);
CGCXX.cpp 121 GlobalDecl TargetDecl,
135 getFunctionLinkage(TargetDecl);
152 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl));
161 !TargetDecl.getDecl()->hasAttr<AlwaysInlineAttr>())) {
CGCall.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGExpr.cpp     [all...]
CGStmt.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/AST/
DependentDiagnostic.h 44 NamedDecl *TargetDecl,
52 DD->AccessData.TargetDecl = TargetDecl;
79 return AccessData.TargetDecl;
115 NamedDecl *TargetDecl;
  /external/clang/lib/AST/
CXXInheritance.cpp 120 const CXXRecordDecl *TargetDecl = Base->getCanonicalDecl();
121 return forallBases([TargetDecl](const CXXRecordDecl *Base) {
122 return Base->getCanonicalDecl() != TargetDecl;
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaChecking.cpp 198 const Decl *TargetDecl = CE->getCalleeDecl();
199 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl))
    [all...]

Completed in 2044 milliseconds