OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isForwardRef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h
112
ObjCContainerDeclInfo(bool
isForwardRef
,
116
/*isDefinition=*/!
isForwardRef
, /*isContainer=*/!
isForwardRef
) {
117
init(
isForwardRef
, isImplementation);
120
bool
isForwardRef
,
123
: DeclInfo(K, isRedeclaration, /*isDefinition=*/!
isForwardRef
,
124
/*isContainer=*/!
isForwardRef
) {
125
init(
isForwardRef
, isImplementation);
133
void init(bool
isForwardRef
, bool isImplementation) {
134
if (
isForwardRef
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
438
bool
isForwardRef
() const {
Completed in 19 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026