HomeSort by relevance Sort by last modified time
    Searched refs:DeclGroupPtrTy (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 497 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) {
508 Result = DeclGroupPtrTy();
535 DeclGroupPtrTy Res;
565 Parser::DeclGroupPtrTy
573 return DeclGroupPtrTy();
580 return DeclGroupPtrTy();
583 return DeclGroupPtrTy();
591 return DeclGroupPtrTy();
595 return DeclGroupPtrTy();
598 return DeclGroupPtrTy();
    [all...]
ParseAST.cpp 85 Parser::DeclGroupPtrTy ADecl;
ParseObjc.cpp 32 Parser::DeclGroupPtrTy Parser::ParseObjCAtDirectives() {
38 return DeclGroupPtrTy();
86 Parser::DeclGroupPtrTy
370 SmallVector<DeclGroupPtrTy, 8> allTUVariables;
    [all...]
ParseStmt.cpp 230 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
770 DeclGroupPtrTy Res = Actions.FinalizeDeclaratorGroup(getCurScope(), DS,
813 DeclGroupPtrTy Res = ParseDeclaration(Stmts,
    [all...]
ParseDecl.cpp     [all...]
ParseTemplate.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 218 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
262 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 189 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 54 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
64 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
    [all...]
SemaDeclObjC.cpp 716 Sema::DeclGroupPtrTy
    [all...]
SemaDecl.cpp 50 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
53 return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
56 return DeclGroupPtrTy::make(DeclGroupRef(Ptr));
    [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h     [all...]

Completed in 69 milliseconds