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/
ParseDecl.cpp
44
Decl **
OwnedType
,
55
if (
OwnedType
)
56
*
OwnedType
= DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
[
all
...]
ParseDeclCXX.cpp
368
Decl **
OwnedType
) {
399
AS_none,
OwnedType
);
481
Decl **
OwnedType
) {
601
Declarator::AliasDeclContext, AS,
OwnedType
,
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
54
Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *
OwnedType
) {
55
if (
OwnedType
) {
56
Decl *Group[2] = {
OwnedType
, Ptr };
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 39 milliseconds