OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Referenced
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Object.h
92
bool
Referenced
;
121
// Set the
Referenced
field on all Symbols, based on relocations in
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
Object.h
112
bool
Referenced
= false;
158
/// The Symbol
referenced
by this entry. It's None if the index is
177
// The
referenced
symbol entry. Set if !Scattered && Extern.
179
// The
referenced
section. Set if !Scattered && !Extern.
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
638
bool
Referenced
= false;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
3810
// This is the first time we have
referenced
this class template
4392
// arguments was
referenced
but not declared, reuse that
4524
// This is the first time we have
referenced
this variable template
9134
// deduction by making sure it wasn't
referenced
, and then reset the deleted
9652
// arguments was
referenced
but not declared, reuse that
10598
Decl *
Referenced
= nullptr;
10716
Referenced
= Result.getFoundDecl();
10722
Referenced
= *Result.begin();
10737
if (
Referenced
)
10738
Diag(
Referenced
->getLocation()
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
773
CXCursor
Referenced
;
796
Referenced
= clang_getCursorReferenced(Cursor);
797
if (!clang_equalCursors(
Referenced
, clang_getNullCursor())) {
798
if (clang_getCursorKind(
Referenced
) == CXCursor_OverloadedDeclRef) {
799
unsigned I, N = clang_getNumOverloadedDecls(
Referenced
);
802
CXCursor Ovl = clang_getOverloadedDecl(
Referenced
, I);
813
CXSourceLocation Loc = clang_getCursorLocation(
Referenced
);
818
if (clang_getCursorKind(
Referenced
) == CXCursor_TypedefDecl) {
819
CXType T = clang_getCursorType(
Referenced
);
821
CXType Underlying = clang_getTypedefDeclUnderlyingType(
Referenced
);
[
all
...]
Completed in 69 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026