Searched defs:isInternal (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 77 bool isInternal() const { return Linkage == RecordLinkage::Internal; } isInternal() function
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.h | 76 bool isInternal() const { return kind() == InternalKind; } in isInternal() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1549 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 D | TypeSystemClang.cpp | 1284 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
|