Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h158 std::optional<unsigned> DeclID; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclID.h122 explicit operator DeclID() const { return ID; } in DeclID() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1240 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h70 using DeclID = DeclIDBase::DeclID; variable