Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h95 bool isInternal() const { return Linkage == RecordLinkage::Internal; } in isInternal() function
/llvm-project/lld/ELF/
H A DInputFiles.h76 bool isInternal() const { return kind() == InternalKind; } in isInternal() function
/llvm-project/flang/lib/Lower/
H A DIO.cpp2025 getBeginDataTransferFunc(mlir::Location loc,fir::FirOpBuilder & builder,bool isFormatted,bool isListOrNml,bool isInternal,bool isInternalWithDesc) getBeginDataTransferFunc() argument
2080 genBeginDataTransferCallArgs(llvm::SmallVectorImpl<mlir::Value> & ioArgs,Fortran::lower::AbstractConverter & converter,mlir::Location loc,const A & stmt,mlir::FunctionType ioFuncTy,bool isFormatted,bool isListOrNml,bool isInternal,const std::optional<fir::ExtendedValue> & descRef,ConditionSpecInfo & csi,Fortran::lower::StatementContext & stmtCtx) genBeginDataTransferCallArgs() argument
2155 const bool isInternal = isDataTransferInternal(stmt); genDataTransferStmt() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1545 Create(const ASTContext & C,DeclContext * DC,SourceLocation atLoc,const IdentifierInfo * Id,ObjCTypeParamList * typeParamList,ObjCInterfaceDecl * PrevDecl,SourceLocation ClassLoc,bool isInternal) Create() argument
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1232 bool isInternal = false; CreateRecordType() local
1801 CreateObjCClass(llvm::StringRef name,clang::DeclContext * decl_ctx,OptionalClangModuleID owning_module,bool isForwardDecl,bool isInternal,ClangASTMetadata * metadata) CreateObjCClass() argument