Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h48 void setTag(bool B) { Capacity.setInt(B); } in setTag() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h231 void setTag(dwarf::Tag Tag) { TagAttrOpcode.Tag = Tag; } in setTag() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h439 void setTag(const char *tag) { Tag = tag; } in setTag() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h165 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function