Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h439 void setTag(const char *tag) { Tag = tag; } in setTag() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1699 X->setTag(getTag()); in VisitNode()
2574 piece->setTag(getTag()); in VisitNode()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h159 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function
687 setTag(Tag); in mutate()