Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h565 void setIsPublic(const char *position) { IsPublic.setPosition(position); } in setIsPublic() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DPrintfFormatString.cpp181 FS.setIsPublic(MatchedStr.data()); in ParsePrintfSpecifier()