Home
last modified time | relevance | path

Searched defs:isAnonymous (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp20 static bool isAnonymous(StringRef Name) { in isAnonymous() function
/llvm-project/mlir/lib/TableGen/
H A DAttrOrTypeDef.cpp253 bool AttrOrTypeParameter::isAnonymous() const { isAnonymous() function in AttrOrTypeParameter
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h289 bool isAnonymous() const { return IsAnonymous; } isAnonymous() function
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp195 static bool isAnonymous(const DeclarationName &N) { isAnonymous() function
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1749 bool isAnonymous() const { return Kind == RK_AnonymousDef; } isAnonymous() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8092 AST_MATCHER(NamespaceDecl,isAnonymous) AST_MATCHER() argument