Searched refs:isAnonymous (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp20 static bool isAnonymous(StringRef Name) { function
33 bool IsAnon = HasUniqueName && isAnonymous(Rec.getName());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp164 obj["!anonymous"] = Def.isAnonymous();
H A DTGParser.cpp441 if (!Rec->isAnonymous()) {
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp356 if (!Op->isAnonymous())
418 !OpR->isAnonymous())
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h253 return get()->isAnonymous();
H A DClangDiagnosticsEmitter.cpp183 if (Group->isAnonymous()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp344 REGISTER_MATCHER(isAnonymous);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1611 bool isAnonymous() const { function in class:llvm::final::final::Record
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6531 /// namespaceDecl(isAnonymous()) will match #1 but not ::n.
6532 AST_MATCHER(NamespaceDecl, isAnonymous) {

Completed in 208 milliseconds