Home
last modified time | relevance | path

Searched defs:setTag (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTVector.h44 void setTag(bool B) { Capacity.setInt(B); } in setTag() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h370 void setTag(const char *tag) { Tag = tag; } in setTag() function