OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFormalLinkage
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Linkage.h
95
inline Linkage
getFormalLinkage
(Linkage L) {
109
return
getFormalLinkage
(L) == ExternalLinkage;
115
/// a boolean for external visibility. This is just what
getFormalLinkage
and
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
372
Linkage
getFormalLinkage
() const {
373
return clang::
getFormalLinkage
(getLinkageInternal());
Completed in 46 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026