Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DFormatString.h552 void setIsPublic(const char *position) { IsPublic.setPosition(position); } in setIsPublic() function
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp181 FS.setIsPublic(MatchedStr.data()); in ParsePrintfSpecifier()