Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.h92 bool allowDebugInfoForExternalRef() const override { return true; } in allowDebugInfoForExternalRef() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1812 virtual bool allowDebugInfoForExternalRef() const { return false; } in allowDebugInfoForExternalRef() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10850 if (Context.getTargetInfo().allowDebugInfoForExternalRef() && in ActOnFunctionDeclarator()
13938 if (Context.getTargetInfo().allowDebugInfoForExternalRef() && in ActOnUninitializedDecl()