HomeSort by: relevance | last modified time | path
    Searched refs:ActOnTagStartDefinition (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 4267 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl);
4793 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl);
ParseDeclCXX.cpp 3279 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3118 /// ActOnTagStartDefinition - Invoked when we have entered the
3121 void ActOnTagStartDefinition(Scope *S, Decl *TagDecl);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 16414 void Sema::ActOnTagStartDefinition(Scope *S, Decl *TagD) {
16541 // We're undoing ActOnTagStartDefinition here, not

Completed in 55 milliseconds