Home
last modified time | relevance | path

Searched refs:AddAnnotation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h749 void AddAnnotation(const char *A) { Annotations.push_back(A); } in AddAnnotation() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3558 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()