Home
last modified time | relevance | path

Searched refs:isPrivate (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h63 bool isPrivate = false; member
79 noname == e.noname && data == e.data && isPrivate == e.isPrivate);
H A DDriverUtils.cpp610 e.isPrivate = true; in parseExport()
H A DDriver.cpp944 e2.Private = e1.isPrivate; in createImportLibrary()
1044 e2.isPrivate = e1.Private; in parseModuleDefs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp127 else if (FS.isPrivate()) in HandlePrintfSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h617 const OptionalFlag &isPrivate() const { return IsPrivate; } in isPrivate() function
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp465 REGISTER_MATCHER(isPrivate); in RegistryMaps()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h767 bool isPrivate() const { in isPrivate() function
1815 bool isPrivate() const { in isPrivate() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h676 AST_POLYMORPHIC_MATCHER(isPrivate, in AST_POLYMORPHIC_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7018 if (FS.isPrivate().isSet()) { in HandlePrintfSpecifier()
7021 getLocationOfByte(FS.isPrivate().getPosition()), in HandlePrintfSpecifier()