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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 2100 Builder.AddTextChunk("::");
2113 Builder.AddTextChunk("::");
2203 Builder.AddTextChunk("catch");
2297 Builder.AddTextChunk("while");
2335 Builder.AddTextChunk("in");
2718 Result.AddTextChunk(", nil");
2720 Result.AddTextChunk(", NULL");
2722 Result.AddTextChunk(", (void*)0");
3152 Result.AddTextChunk(Result.getAllocator().CopyString(PrintedNNS));
3408 Result.AddTextChunk(Result.getAllocator().CopyString(BeforeName))
    [all...]
CodeCompleteConsumer.cpp 435 void CodeCompletionBuilder::AddTextChunk(const char *Text) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 714 void AddTextChunk(const char *Text);

Completed in 18 milliseconds