OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForwardDecl
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
DeclObjC.cpp
561
bool
ForwardDecl
, bool isInternal){
562
return new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
ForwardDecl
,
572
ForwardDecl
(FD), InternalInterface(isInternal), ExternallyCompleted(false),
586
assert(!
ForwardDecl
&&
[
all
...]
/external/clang/include/clang/AST/
DeclObjC.h
481
bool
ForwardDecl
:1; // declared with @class.
501
bool
ForwardDecl
= false,
604
bool isForwardDecl() const { return
ForwardDecl
; }
605
void setForwardDecl(bool val) {
ForwardDecl
= val; }
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
[
all
...]
Completed in 117 milliseconds