Home
last modified time | relevance | path

Searched refs:CreateText (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs99 using (var stream = File.CreateText(filepath)) in Dump()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp156 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText() function in CodeCompletionString::Chunk
347 Chunks.push_back(Chunk::CreateText(Text)); in AddTextChunk()
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp248 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText() function in CodeCompletionString::Chunk
436 Chunks.push_back(Chunk::CreateText(Text)); in AddTextChunk()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h408 static Chunk CreateText(const char *Text);
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h542 static Chunk CreateText(const char *Text);