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 36 class ProgramPointTag;
73 llvm::PointerIntPair<const ProgramPointTag *, 2, unsigned> Tag;
80 const ProgramPointTag *tag = nullptr)
94 const ProgramPointTag *tag = nullptr)
108 ProgramPoint withTag(const ProgramPointTag *tag) const {
153 const ProgramPointTag *getTag() const { return Tag.getPointer(); }
190 const ProgramPointTag *tag);
196 const ProgramPointTag *tag = nullptr)
242 const ProgramPointTag *tag)
265 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag
    [all...]

Completed in 61 milliseconds