Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h593 bool isThisDeclarationReferenced() const { return Referenced; } in isThisDeclarationReferenced() function
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp113 else if (D->isThisDeclarationReferenced()) in Visit()
H A DTextNodeDumper.cpp276 else if (D->isThisDeclarationReferenced()) in Visit()