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 332 CK_Text,
388 /// \brief The text string associated with a CK_Text, CK_Placeholder,
400 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 67 case CodeCompletionString::CK_Text:
120 case CodeCompletionString::CK_Text:
159 case CodeCompletionString::CK_Text:
    [all...]

Completed in 57 milliseconds