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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 7399 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous));
7427 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous));
8152 bool Sema::CheckVariableDeclaration(VarDecl *NewVD, LookupResult &Previous) {
SemaTemplateInstantiateDecl.cpp 5038 CheckVariableDeclaration(NewVar, Previous);
SemaTemplate.cpp 4476 D.setRedeclaration(CheckVariableDeclaration(Specialization, PrevSpec));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2659 bool CheckVariableDeclaration(VarDecl *NewVD, LookupResult &Previous);

Completed in 51 milliseconds