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.h258 bool IsFromSystemHeader; member
286 DeclarationFragments SubHeading, bool IsFromSystemHeader,
291 IsFromSystemHeader(IsFromSystemHeader), Access(std::move(Access)), in USR()
387 DeclarationFragments SubHeading, bool IsFromSystemHeader) in NamespaceRecord()
390 IsFromSystemHeader), in NamespaceRecord()
408 FunctionSignature Signature, bool IsFromSystemHeader) in GlobalFunctionRecord()
411 SubHeading, IsFromSystemHeader), in GlobalFunctionRecord()
420 FunctionSignature Signature, bool IsFromSystemHeader) in GlobalFunctionRecord()
423 IsFromSystemHeader), in GlobalFunctionRecord()
445 bool IsFromSystemHeader) in GlobalFunctionTemplateRecord()
[all …]
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1134 RelatedSymbol["isSystem"] = RelatedRecord->IsFromSystemHeader; in serializeSingleSymbolSGF()