Home
last modified time | relevance | path

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

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