HomeSort by relevance Sort by last modified time
    Searched defs:TargetDecl (Results 1 - 6 of 6) 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);
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DependentDiagnostic.h 44 NamedDecl *TargetDecl,
52 DD->AccessData.TargetDecl = TargetDecl;
79 return AccessData.TargetDecl;
115 NamedDecl *TargetDecl;
  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp 139 const GlobalDeclaration *TargetDecl = RelocInit->getDeclaration();
141 llvm::dyn_cast<FunctionDeclaration>(TargetDecl);
146 std::string TargetName = TargetDecl->getName().toStringOrEmpty();
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaChecking.cpp 201 const Decl *TargetDecl = CE->getCalleeDecl();
202 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl))
    [all...]

Completed in 6829 milliseconds