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

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 340 CK_Text,
396 /// \brief The text string associated with a CK_Text, CK_Placeholder,
408 Chunk() : Kind(CK_Text), Text(0) { }
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 87 case CK_Text:
158 return Chunk(CK_Text, Text);
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 66 case CodeCompletionString::CK_Text:
119 case CodeCompletionString::CK_Text:
158 case CodeCompletionString::CK_Text:
    [all...]

Completed in 27 milliseconds