Home
last modified time | relevance | path

Searched refs:Referenced (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h267 unsigned Referenced : 1; variable
324 HasAttrs(false), Implicit(false), Used(false), Referenced(false), in Decl()
334 HasAttrs(false), Implicit(false), Used(false), Referenced(false), in Decl()
530 bool isThisDeclarationReferenced() const { return Referenced; } in isThisDeclarationReferenced()
532 void setReferenced(bool R = true) { Referenced = R; }
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp327 if (Referenced) in isReferenced()
332 if (I->Referenced) in isReferenced()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp8131 Decl *Referenced = nullptr; in CheckTypenameType() local
8181 Referenced = Result.getFoundDecl(); in CheckTypenameType()
8186 Referenced = *Result.begin(); in CheckTypenameType()
8198 if (Referenced) in CheckTypenameType()
8199 Diag(Referenced->getLocation(), diag::note_typename_refers_here) in CheckTypenameType()
HDSemaDeclCXX.cpp3437 ValueDecl *Referenced = cast<MemberExpr>(MemRef)->getMemberDecl(); in RefersToRValueRef() local
3438 return Referenced->getType()->isRValueReferenceType(); in RefersToRValueRef()
/NextBSD/contrib/gperf/doc/
HDgperf.texi108 * Bibliography:: Material Referenced in this Report.
/NextBSD/contrib/binutils/gas/
HDChangeLog-98993892 * read.c (sizeof_leb128): Referenced externally by write.c so