Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h265 bool IsFromSystemHeader; member
293 DeclarationFragments SubHeading, bool IsFromSystemHeader,
298 IsFromSystemHeader(IsFromSystemHeader), Access(std::move(Access)), in USR()
392 DeclarationFragments SubHeading, bool IsFromSystemHeader) in NamespaceRecord()
395 IsFromSystemHeader), in NamespaceRecord()
413 FunctionSignature Signature, bool IsFromSystemHeader) in GlobalFunctionRecord()
416 SubHeading, IsFromSystemHeader), in GlobalFunctionRecord()
425 FunctionSignature Signature, bool IsFromSystemHeader) in GlobalFunctionRecord()
428 IsFromSystemHeader), in GlobalFunctionRecord()
450 bool IsFromSystemHeader) in GlobalFunctionTemplateRecord()
[all …]
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1123 RelatedSymbol["isSystem"] = RelatedRecord->IsFromSystemHeader; in serializeSingleSymbolSGF()