Home
last modified time | relevance | path

Searched refs:setTag (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h37 void setLazy(bool Lazy) { setTag(Lazy); } in setLazy()
H A DASTVector.h48 void setTag(bool B) { Capacity.setInt(B); } in setTag() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h440 void setTag(const char *tag) { Tag = tag; } in setTag() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1638 X->setTag(getTag()); in VisitNode()
2493 piece->setTag(getTag()); in VisitNode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h157 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function
691 setTag(Tag); in mutate()