HomeSort by relevance Sort by last modified time
    Searched defs:ProgramPointTag (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
ProgramPoint.cpp 19 ProgramPointTag::~ProgramPointTag() {}
23 const ProgramPointTag *tag){
  /external/clang/include/clang/Analysis/
ProgramPoint.h 34 class ProgramPointTag;
63 const ProgramPointTag *Tag;
69 const ProgramPointTag *tag = 0)
73 const ProgramPointTag *tag = 0)
83 ProgramPoint withTag(const ProgramPointTag *tag) const {
89 const ProgramPointTag *getTag() const { return Tag; }
120 const ProgramPointTag *tag);
127 const ProgramPointTag *tag = 0)
167 const ProgramPointTag *tag)
184 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag
    [all...]

Completed in 197 milliseconds