OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFormalLinkage
(Results
1 - 12
of
12
) 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/lib/Sema/
SemaModule.cpp
651
if (ND->getDeclName() && ND->
getFormalLinkage
() == InternalLinkage) {
663
if (Target->
getFormalLinkage
() == InternalLinkage) {
SemaTemplate.cpp
6566
if (Entity->
getFormalLinkage
() == InternalLinkage) {
9451
D->
getFormalLinkage
() == InternalLinkage) {
SemaDecl.cpp
4328
(New->
getFormalLinkage
() == InternalLinkage ||
14062
(Definition->
getFormalLinkage
() == InternalLinkage ||
SemaExpr.cpp
163
if (D->
getFormalLinkage
() != InternalLinkage)
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp
68
switch (ND->
getFormalLinkage
()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
427
switch (ND->
getFormalLinkage
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
372
Linkage
getFormalLinkage
() const {
373
return clang::
getFormalLinkage
(getLinkageInternal());
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp
629
if (ND && ND->
getFormalLinkage
() == InternalLinkage &&
708
if (DC->isTranslationUnit() && D->
getFormalLinkage
() != InternalLinkage &&
Decl.cpp
1811
return
getFormalLinkage
() != NoLinkage;
MicrosoftMangle.cpp
522
if (DC->isTranslationUnit() && D->
getFormalLinkage
() == InternalLinkage &&
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
4209
if (!D->getIdentifier() || D->
getFormalLinkage
() != InternalLinkage)
Completed in 87 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026