Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h38 void setLazy(bool Lazy) { setTag(Lazy); } in setLazy()
H A DASTVector.h49 void setTag(bool B) { Capacity.setInt(B); } in setTag() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h402 void setTag(const char *tag) { Tag = tag; } in setTag() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1397 X->setTag(getTag()); in VisitNode()
1818 piece->setTag(getTag()); in VisitNode()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h185 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function
659 setTag(Tag);