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 445 StringRef ParentName;
457 StringRef ParentName,
493 return ParentName;
573 StringRef ParentName;
637 StringRef getParentName() const { return ParentName; }
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 196 StringRef ParentName,
200 ParentName(ParentName), BriefComment(BriefComment)
341 ParentName, BriefComment);
392 ParentName = getCodeCompletionTUInfo().getParentName(DC);
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 159 milliseconds