OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnedType
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Parse/
Parser.h
[
all
...]
/external/clang/lib/Parse/
ParseDeclCXX.cpp
324
Decl **
OwnedType
) {
355
AS_none,
OwnedType
);
437
Decl **
OwnedType
) {
527
Declarator::AliasDeclContext, AS,
OwnedType
);
[
all
...]
ParseDecl.cpp
37
Decl **
OwnedType
) {
41
if (
OwnedType
)
42
*
OwnedType
= DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0;
885
Decl *
OwnedType
= 0;
908
DeclEnd, attrs, &
OwnedType
);
922
return Actions.ConvertDeclToDeclGroup(SingleDecl,
OwnedType
);
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
50
Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *
OwnedType
) {
51
if (
OwnedType
) {
52
Decl *Group[2] = {
OwnedType
, Ptr };
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 184 milliseconds