reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
100 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILexicalBlock)
191 case DILexicalBlockKind: 438 case DILexicalBlockKind: 1347 MD->getMetadataID() == DILexicalBlockKind || 1853 return MD->getMetadataID() == DILexicalBlockKind || 1867 : DILexicalBlockBase(C, DILexicalBlockKind, Storage, Ops), Line(Line), 1886 TempDILexicalBlock cloneImpl() const { 1899 TempDILexicalBlock clone() const { return cloneImpl(); } 1905 return MD->getMetadataID() == DILexicalBlockKind;include/llvm/Support/Casting.h
106 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val);lib/IR/DebugInfoMetadata.cpp
678 DEFINE_GETIMPL_STORE(DILexicalBlock, (Line, Column), Ops);
unittests/IR/MetadataTest.cpp 1968 TempDILexicalBlock Temp = N->clone();