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 384 Decl **OwnedType) {
415 AS_none, OwnedType);
497 Decl **OwnedType) {
628 if (OwnedType)
629 *OwnedType = DeclFromDeclSpec;
    [all...]
ParseDecl.cpp 46 Decl **OwnedType,
57 if (OwnedType)
58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 53 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
54 if (OwnedType) {
55 Decl *Group[2] = { OwnedType, Ptr };
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 147 milliseconds