Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h591 bool isThisDeclarationReferenced() const { return Referenced; } in isThisDeclarationReferenced() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp111 else if (D->isThisDeclarationReferenced()) in Visit()
H A DTextNodeDumper.cpp275 else if (D->isThisDeclarationReferenced()) in Visit()