HomeSort by relevance Sort by last modified time
    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 338 Decl **OwnedType) {
369 AS_none, OwnedType);
451 Decl **OwnedType) {
546 Declarator::AliasDeclContext, AS, OwnedType,
    [all...]
ParseDecl.cpp 41 Decl **OwnedType,
52 if (OwnedType)
53 *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 45 milliseconds