Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp77 bool IsFromSystemHeader) { in addGlobalVariableTemplate() argument
89 bool IsFromSystemHeader) { in addGlobalFunction() argument
113 bool IsFromSystemHeader) { in addGlobalFunctionTemplateSpecialization() argument
129 IsFromSystemHeader); in addEnumConstant()
294 bool IsFromSystemHeader) { in addGlobalVariableTemplatePartialSpecialization() argument
318 bool IsFromSystemHeader) { in addCXXInstanceMethod() argument
335 bool IsFromSystemHeader) { in addCXXStaticMethod() argument
352 bool IsFromSystemHeader) { in addCXXMethodTemplate() argument
368 bool IsFromSystemHeader) { in addCXXMethodTemplateSpec() argument
448 IsFromSystemHeader); in addObjCProperty()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h249 bool IsFromSystemHeader; member
267 IsFromSystemHeader(IsFromSystemHeader), Kind(Kind) {} in APIRecord()
350 bool IsFromSystemHeader) in GlobalFunctionTemplateSpecializationRecord()
431 bool IsFromSystemHeader) in GlobalVariableTemplatePartialSpecializationRecord()
692 bool IsFromSystemHeader) in CXXMethodTemplateSpecializationRecord()
1248 bool IsFromSystemHeader);
1361 bool IsFromSystemHeader);
1368 bool IsFromSystemHeader);
1375 bool IsFromSystemHeader);
1382 bool IsFromSystemHeader);
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1293 RelatedSymbol["isSystem"] = RelatedRecord->IsFromSystemHeader; in serializeSingleSymbolSGF()