Searched refs:ParentName (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h124 /// \param ParentName Name of the function that encloses the target region.
131 StringRef ParentName,
H A DCGOpenMPRuntime.h119 /// \param ParentName Name of the function that encloses the target region.
127 StringRef ParentName,
319 StringRef ParentName, unsigned LineNum,
323 StringRef ParentName, unsigned LineNum,
329 StringRef ParentName, unsigned LineNum) const;
377 /// \param ParentName Name of the function declaration that is being scanned.
378 void scanForTargetRegionsFunctions(const Stmt *S, StringRef ParentName);
926 /// \param ParentName Name of the function that encloses the target region.
934 StringRef ParentName,
H A DCGOpenMPRuntimeNVPTX.cpp308 const OMPExecutableDirective &D, StringRef ParentName,
314 assert(!ParentName.empty() && "Invalid target region parent name!");
336 emitTargetOutlinedFunctionHelper(D, ParentName, OutlinedFn, OutlinedFnID,
307 emitTargetOutlinedFunction( const OMPExecutableDirective &D, StringRef ParentName, llvm::Function *&OutlinedFn, llvm::Constant *&OutlinedFnID, bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) argument
H A DCGOpenMPRuntime.cpp2695 StringRef ParentName, unsigned LineNum,
2700 OffloadEntriesTargetRegion[DeviceID][FileID][ParentName][LineNum] =
2707 StringRef ParentName, unsigned LineNum,
2712 assert(hasTargetRegionEntryInfo(DeviceID, FileID, ParentName, LineNum) &&
2715 OffloadEntriesTargetRegion[DeviceID][FileID][ParentName][LineNum];
2722 OffloadEntriesTargetRegion[DeviceID][FileID][ParentName][LineNum] = Entry;
2727 unsigned DeviceID, unsigned FileID, StringRef ParentName,
2735 auto PerParentName = PerFile->second.find(ParentName);
2956 unsigned DeviceID, unsigned FileID, StringRef ParentName, unsigned Line,
2971 Ops.push_back(getMDString(ParentName));
2694 initializeTargetRegionEntryInfo(unsigned DeviceID, unsigned FileID, StringRef ParentName, unsigned LineNum, unsigned Order) argument
2706 registerTargetRegionEntryInfo(unsigned DeviceID, unsigned FileID, StringRef ParentName, unsigned LineNum, llvm::Constant *Addr, llvm::Constant *ID) argument
2726 hasTargetRegionEntryInfo( unsigned DeviceID, unsigned FileID, StringRef ParentName, unsigned LineNum) const argument
4777 emitTargetOutlinedFunction( const OMPExecutableDirective &D, StringRef ParentName, llvm::Function *&OutlinedFn, llvm::Constant *&OutlinedFnID, bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) argument
4787 emitTargetOutlinedFunctionHelper( const OMPExecutableDirective &D, StringRef ParentName, llvm::Function *&OutlinedFn, llvm::Constant *&OutlinedFnID, bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) argument
5890 scanForTargetRegionsFunctions(const Stmt *S, StringRef ParentName) argument
5970 StringRef ParentName = local
5976 StringRef ParentName = local
[all...]
H A DCGStmtOpenMP.cpp3245 CodeGenModule &CGM, const OMPTargetDirective &S, StringRef ParentName,
3260 S, ParentName, OutlinedFn, OutlinedFnID, IsOffloadEntry, CodeGen);
3299 StringRef ParentName; local
3303 ParentName = CGM.getMangledName(GlobalDecl(D, Ctor_Complete));
3305 ParentName = CGM.getMangledName(GlobalDecl(D, Dtor_Complete));
3307 ParentName =
3311 CGM, S, ParentName, IsOffloadEntry);
3244 EmitOMPTargetDirectiveOutlinedFunction( CodeGenModule &CGM, const OMPTargetDirective &S, StringRef ParentName, bool IsOffloadEntry) argument
H A DCodeGenFunction.h2517 StringRef ParentName,
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h440 StringRef ParentName; member in class:clang::CodeCompletionString
452 StringRef ParentName,
488 return ParentName;
555 StringRef ParentName;
620 StringRef getParentName() const { return ParentName; }
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp195 StringRef ParentName,
199 ParentName(ParentName), BriefComment(BriefComment)
337 ParentName, BriefComment);
388 ParentName = getCodeCompletionTUInfo().getParentName(DC);
189 CodeCompletionString(const Chunk *Chunks, unsigned NumChunks, unsigned Priority, CXAvailabilityKind Availability, const char **Annotations, unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) argument
H A DSemaCodeComplete.cpp2609 Pattern->ParentName = Result.getParentName();
/external/clang/tools/c-index-test/
H A Dc-index-test.c2010 CXString ParentName; local
2055 ParentName = clang_getCompletionParent(completion_result->CompletionString,
2061 clang_getCString(ParentName));
2064 clang_disposeString(ParentName);

Completed in 493 milliseconds