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
339
Decl **
OwnedType
) {
370
AS_none,
OwnedType
);
452
Decl **
OwnedType
) {
563
Declarator::AliasDeclContext, AS,
OwnedType
,
[
all
...]
ParseDecl.cpp
42
Decl **
OwnedType
,
53
if (
OwnedType
)
54
*
OwnedType
= DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0;
[
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 206 milliseconds