Home
last modified time | relevance | path

Searched defs:ContextID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h791 explicit ContextID(unsigned value) : Value(value) {} in ContextID() function
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp623 context_block::ContextIDLayout ContextID(Stream); in writeContextBlock() local