HomeSort by: relevance | last modified time | path
    Searched refs:CK_RightAngle (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 92 case CodeCompletionString::CK_RightAngle:
130 case CodeCompletionString::CK_RightAngle:
169 case CodeCompletionString::CK_RightAngle:
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 496 CK_RightAngle,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp 217 case CK_RightAngle:
SemaCodeComplete.cpp 2160 Builder.AddChunk(CodeCompletionString::CK_RightAngle);
2480 Builder.AddChunk(CodeCompletionString::CK_RightAngle);
2491 Builder.AddChunk(CodeCompletionString::CK_RightAngle);
2501 Builder.AddChunk(CodeCompletionString::CK_RightAngle);
2511 Builder.AddChunk(CodeCompletionString::CK_RightAngle);
3272 Result.AddChunk(CodeCompletionString::CK_RightAngle);
3518 Result.AddChunk(CodeCompletionString::CK_RightAngle);
3536 Result.AddChunk(CodeCompletionString::CK_RightAngle);

Completed in 28 milliseconds