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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7935 std::string NameWithPrefix; local
7936 NameWithPrefix += '_';
7937 NameWithPrefix += PropertyName->getName();
7949 NameWithPrefix == Ivar->getName() ||
7976 Builder.AddTypedTextChunk(Allocator.CopyString(NameWithPrefix));

Completed in 56 milliseconds