Searched defs:isInternal (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 95 bool isInternal() const { return Linkage == RecordLinkage::Internal; } in isInternal() function
|
/llvm-project/lld/ELF/ |
H A D | InputFiles.h | 76 bool isInternal() const { return kind() == InternalKind; } in isInternal() function
|
/llvm-project/flang/lib/Lower/ |
H A D | IO.cpp | 2025 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 D | DeclObjC.cpp | 1545 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 D | TypeSystemClang.cpp | 1232 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
|