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

  /src/external/gpl2/groff/dist/src/libs/libxutil/
XFontName.c 219 #define CopyString(field,bit) \
227 CopyString (Registry, FontNameRegistry)
228 CopyString (Foundry, FontNameFoundry)
229 CopyString (FamilyName, FontNameFamilyName)
230 CopyString (WeightName, FontNameWeightName)
231 CopyString (Slant, FontNameSlant)
232 CopyString (SetwidthName, FontNameSetwidthName)
233 CopyString (AddStyleName, FontNameAddStyleName)
238 CopyString (Spacing, FontNameSpacing)
240 CopyString (CharSetRegistry, FontNameCharSetRegistry
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 1942 return Allocator.CopyString(Result);
2619 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));
3040 Result.getAllocator().CopyString(PlaceholderStr));
3130 Result.getAllocator().CopyString(PlaceholderStr));
3150 Result.AddInformativeChunk(Result.getAllocator().CopyString(PrintedNNS));
3152 Result.AddTextChunk(Result.getAllocator().CopyString(PrintedNNS));
3188 Result.AddInformativeChunk(Result.getAllocator().CopyString(QualsStr));
3244 Result.getAllocator().CopyString(ND->getNameAsString()));
3263 Result.getAllocator().CopyString(ND->getNameAsString()));
3268 Result.getAllocator().CopyString(Record->getNameAsString()))
    [all...]
CodeCompleteConsumer.cpp 346 const char *CodeCompletionAllocator::CopyString(const Twine &String) {
413 CachedParentName = AllocatorRef->CopyString(OS.str());
479 BriefComment = Allocator.CopyString(Comment);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 639 const char *CopyString(const Twine &String);

Completed in 21 milliseconds