Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
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/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h159 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function