Home
last modified time | relevance | path

Searched refs:DeclID (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py107 varid = _info.DeclID.from_row(varidinfo)
117 #if not isinstance(varid, DeclID):
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py7 DeclID,
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py202 class DeclID(namedtuple('DeclID', 'filename funcname name')): class
298 self._id = DeclID(str(self.file), self.funcname, self.name)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1176 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes() local
1178 if (DeclID != DefID) in applySubprogramDefinitionAttributes()

Completed in 6 milliseconds