HomeSort by: relevance | last modified time | path
    Searched defs:Cvdecl (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 375 Definition(D), Cvdecl(Cvd) {
380 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl) {
393 const ValueDecl *clangDecl() const { return Cvdecl; }
404 void setClangDecl(const ValueDecl *VD) { Cvdecl = VD; }
430 const ValueDecl *Cvdecl = nullptr;
637 LiteralPtr(const ValueDecl *D) : SExpr(COP_LiteralPtr), Cvdecl(D) {
645 const ValueDecl *clangDecl() const { return Cvdecl; }
654 return Cmp.comparePointers(Cvdecl, E->Cvdecl);
    [all...]

Completed in 16 milliseconds