Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp77 bool IsFromSystemHeader) { in addGlobalVariableTemplate()
89 bool IsFromSystemHeader) { in addGlobalFunction()
113 bool IsFromSystemHeader) { in addGlobalFunctionTemplateSpecialization()
191 bool IsFromSystemHeader) { in addCXXField()
294 bool IsFromSystemHeader) { in addGlobalVariableTemplatePartialSpecialization()
318 bool IsFromSystemHeader) { in addCXXInstanceMethod()
335 bool IsFromSystemHeader) { in addCXXStaticMethod()
352 bool IsFromSystemHeader) { in addCXXMethodTemplate()
368 bool IsFromSystemHeader) { in addCXXMethodTemplateSpec()
419 bool IsFromSystemHeader) { in addObjCMethod()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h249 bool IsFromSystemHeader; member