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

  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 39 const Decl *TargetDecl = 0;
42 TargetDecl = DRE->getDecl();
48 E->arg_begin(), E->arg_end(), TargetDecl);
CGCXX.cpp 103 GlobalDecl TargetDecl) {
135 = getFunctionLinkage(cast<FunctionDecl>(TargetDecl.getDecl()));
147 llvm::GlobalValue *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl));
CGCall.cpp 719 const Decl *TargetDecl,
731 if (TargetDecl) {
732 if (TargetDecl->hasAttr<ReturnsTwiceAttr>())
734 if (TargetDecl->hasAttr<NoThrowAttr>())
736 else if (const FunctionDecl *Fn = dyn_cast<FunctionDecl>(TargetDecl)) {
742 if (TargetDecl->hasAttr<NoReturnAttr>())
745 if (TargetDecl->hasAttr<ReturnsTwiceAttr>())
749 if (TargetDecl->hasAttr<ConstAttr>()) {
752 } else if (TargetDecl->hasAttr<PureAttr>()) {
756 if (TargetDecl->hasAttr<MallocAttr>()
    [all...]
CodeGenModule.h 724 /// \param TargetDecl - The decl these attributes are being constructed
730 const Decl *TargetDecl,
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/AST/
DependentDiagnostic.h 44 NamedDecl *TargetDecl,
52 DD->AccessData.TargetDecl = TargetDecl;
79 return AccessData.TargetDecl;
116 NamedDecl *TargetDecl;
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]

Completed in 504 milliseconds