Home
last modified time | relevance | path

Searched refs:ResultTypeLen (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp370 unsigned ResultTypeLen = in ReadFunctionInfo() local
372 Info.ResultType = std::string(Data, Data + ResultTypeLen); in ReadFunctionInfo()
373 Data += ResultTypeLen; in ReadFunctionInfo()