Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h77 bool isInternal() const { return Linkage == RecordLinkage::Internal; } isInternal() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputFiles.h76 bool isInternal() const { return kind() == InternalKind; } in isInternal() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1549 Create(const ASTContext & C,DeclContext * DC,SourceLocation atLoc,IdentifierInfo * Id,ObjCTypeParamList * typeParamList,ObjCInterfaceDecl * PrevDecl,SourceLocation ClassLoc,bool isInternal) Create() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1284 bool isInternal = false; CreateRecordType() local
1850 CreateObjCClass(llvm::StringRef name,clang::DeclContext * decl_ctx,OptionalClangModuleID owning_module,bool isForwardDecl,bool isInternal,ClangASTMetadata * metadata) CreateObjCClass() argument