Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DFormatString.h551 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); } in setIsPrivate() function
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp178 FS.setIsPrivate(MatchedStr.data()); in ParsePrintfSpecifier()