Searched refs:NameWithPrefix (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7392 std::string NameWithPrefix; local
7393 NameWithPrefix += '_';
7394 NameWithPrefix += PropertyName->getName();
7406 NameWithPrefix == Ivar->getName() ||
7433 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix));

Completed in 67 milliseconds