Home
last modified time | relevance | path

Searched defs:ParentName (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp28 std::string ParentName; member
/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp292 CodeCompletionString(const Chunk * Chunks,unsigned NumChunks,unsigned Priority,CXAvailabilityKind Availability,const char ** Annotations,unsigned NumAnnotations,StringRef ParentName,const char * BriefComment) CodeCompletionString() argument
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp169 StringRef ParentName(ParentDeclCtxDie.getName(DINameKind::ShortName)); getQualifiedNameIndex() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3257 EmitOMPTargetSimdDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetSimdDirective & S) EmitOMPTargetSimdDeviceFunction() argument
6696 StringRef ParentName; emitCommonOMPTargetDirective() local
6743 EmitOMPTargetDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetDirective & S) EmitOMPTargetDeviceFunction() argument
6830 EmitOMPTargetTeamsDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDirective & S) EmitOMPTargetTeamsDeviceFunction() argument
6876 EmitOMPTargetTeamsDistributeDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDistributeDirective & S) EmitOMPTargetTeamsDistributeDeviceFunction() argument
6922 EmitOMPTargetTeamsDistributeSimdDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDistributeSimdDirective & S) EmitOMPTargetTeamsDistributeSimdDeviceFunction() argument
7133 EmitOMPTargetTeamsDistributeParallelForDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDistributeParallelForDirective & S) EmitOMPTargetTeamsDistributeParallelForDeviceFunction() argument
7185 EmitOMPTargetTeamsDistributeParallelForSimdDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsDistributeParallelForSimdDirective & S) EmitOMPTargetTeamsDistributeParallelForSimdDeviceFunction() argument
7538 EmitOMPTargetParallelDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetParallelDirective & S) EmitOMPTargetParallelDeviceFunction() argument
7577 EmitOMPTargetParallelForDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetParallelForDirective & S) EmitOMPTargetParallelForDeviceFunction() argument
7616 EmitOMPTargetParallelForSimdDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetParallelForSimdDirective & S) EmitOMPTargetParallelForSimdDeviceFunction() argument
8059 EmitOMPTargetTeamsGenericLoopDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetTeamsGenericLoopDirective & S) EmitOMPTargetTeamsGenericLoopDeviceFunction() argument
8094 EmitOMPTargetParallelGenericLoopDeviceFunction(CodeGenModule & CGM,StringRef ParentName,const OMPTargetParallelGenericLoopDirective & S) EmitOMPTargetParallelGenericLoopDeviceFunction() argument
[all...]
H A DCGOpenMPRuntimeGPU.cpp705 StringRef ParentName, in emitNonSPMDKernel() argument
797 StringRef ParentName, in emitSPMDKernel() argument
847 const OMPExecutableDirective &D, StringRef ParentName, in emitTargetOutlinedFunction() argument
H A DCGOpenMPRuntime.cpp1544 getEntryInfoFromPresumedLoc(CodeGenModule & CGM,llvm::OpenMPIRBuilder & OMPBuilder,SourceLocation BeginLoc,llvm::StringRef ParentName="") getEntryInfoFromPresumedLoc() argument
5824 emitTargetOutlinedFunction(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunction() argument
5931 emitTargetOutlinedFunctionHelper(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunctionHelper() argument
9748 scanForTargetRegionsFunctions(const Stmt * S,StringRef ParentName) scanForTargetRegionsFunctions() argument
9957 StringRef ParentName = emitTargetGlobalVariable() local
9962 StringRef ParentName = emitTargetGlobalVariable() local
12172 emitTargetOutlinedFunction(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunction() argument
[all...]
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h199 std::string ParentName; global() member
208 : ParentName(ParentName), DeviceID(DeviceID), FileID(FileID), Line(Line), ParentName() function
[all...]
/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp221 StringRef ParentName = llvm::sys::path::filename(ParentDir); in getInstallationPathCandidates() local
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h695 StringRef ParentName; global() variable
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp982 __anon6cabf51d0d02(const DocumentSymbol &S, std::optional<llvm::StringRef> ParentName) flattenSymbolHierarchy() argument
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp833 if (RecordedParentName != ParentName) in defineComplexSubOperand() local
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1382 StringRef ParentName = Matches[1]; registerFragments() local
[all...]
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c2579 CXString ParentName; print_completion_result() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8137 getTargetRegionEntryFnName(SmallVectorImpl<char> & Name,StringRef ParentName,unsigned DeviceID,unsigned FileID,unsigned Line,unsigned Count) getTargetRegionEntryFnName() argument
8156 getTargetEntryUniqueInfo(FileIdentifierInfoCallbackTy CallBack,StringRef ParentName) getTargetEntryUniqueInfo() argument