Home
last modified time | relevance | path

Searched refs:isThisDeclarationReferenced (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h627 bool isThisDeclarationReferenced() const { return Referenced; } in isThisDeclarationReferenced() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp130 else if (D->isThisDeclarationReferenced()) in Visit()
H A DTextNodeDumper.cpp299 else if (D->isThisDeclarationReferenced()) in Visit()