HomeSort by relevance Sort by last modified time
    Searched refs:ParentName (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.h 124 /// \param ParentName Name of the function that encloses the target region.
131 StringRef ParentName,
CGOpenMPRuntime.h 119 /// \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);
    [all...]
CGOpenMPRuntimeNVPTX.cpp 308 const OMPExecutableDirective &D, StringRef ParentName,
314 assert(!ParentName.empty() && "Invalid target region parent name!");
336 emitTargetOutlinedFunctionHelper(D, ParentName, OutlinedFn, OutlinedFnID,
CGOpenMPRuntime.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 440 StringRef ParentName;
452 StringRef ParentName,
488 return ParentName;
555 StringRef ParentName;
620 StringRef getParentName() const { return ParentName; }
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 195 StringRef ParentName,
199 ParentName(ParentName), BriefComment(BriefComment)
337 ParentName, BriefComment);
388 ParentName = getCodeCompletionTUInfo().getParentName(DC);
SemaCodeComplete.cpp     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellEnvironment2.h 85 CHAR16 *ParentName; ///< String representation of parent.
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 307 milliseconds