Home
last modified time | relevance | path

Searched defs:isInternal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h96 bool isInternal() const { return Linkage == RecordLinkage::Internal; } in isInternal() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h76 bool isInternal() const { return kind() == InternalKind; } in isInternal() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1542 ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) { in Create()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1256 bool isInternal = false; in CreateRecordType() local
1821 OptionalClangModuleID owning_module, bool isInternal, in CreateObjCClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp11086 bool SystemZTargetLowering::isInternal(const Function *Fn) const { in isInternal() function in SystemZTargetLowering