Searched refs:isInternal (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h77 bool isInternal() const { return Linkage == RecordLinkage::Internal; } function in class:llvm::MachO::Record
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputFiles.h76 bool isInternal() const { return kind() == InternalKind; } function in class:lld::elf::InputFile
H A DLTO.cpp262 (sym->file->isInternal() || sym->file->isElf()));
H A DInputSection.cpp248 if (file->isInternal())
349 if (!file || file->isInternal() || (type != SHT_RELA && type != SHT_REL))
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp775 if (!file || file->isInternal())
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1549 bool isInternal){
1552 isInternal);
1542 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h456 bool isForwardDecl, bool isInternal,
H A DTypeSystemClang.cpp1284 bool isInternal = false; local
1286 isInternal, metadata);
1850 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal,
1861 decl->setImplicit(isInternal);
1848 CreateObjCClass( llvm::StringRef name, clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, ClangASTMetadata *metadata) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1280 bool isInternal = false);

Completed in 293 milliseconds