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

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 437 StringRef ParentName;
449 StringRef ParentName,
485 return ParentName;
565 StringRef ParentName;
630 StringRef getParentName() const { return ParentName; }
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 195 StringRef ParentName,
199 ParentName(ParentName), BriefComment(BriefComment)
340 ParentName, BriefComment);
391 ParentName = getCodeCompletionTUInfo().getParentName(DC);
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 93 milliseconds