Home
last modified time | relevance | path

Searched defs:DeclID (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1137 unsigned DeclID = in applySubprogramDefinitionAttributes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1176 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes() local
/external/python/cpython3/Tools/c-analyzer/c_parser/
Dinfo.py201 class DeclID(namedtuple('DeclID', 'filename funcname name')): class
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1206 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes() local
/external/clang/include/clang/Serialization/
DASTBitCodes.h63 typedef uint32_t DeclID; typedef