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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 5396 bool AnyErrors = Tmpl->isInvalidDecl();
5422 AnyErrors = true;
5436 AnyErrors = true;
5446 AnyErrors = true;
5456 AnyErrors = true;
5470 AnyErrors = true;
5481 AnyErrors = true;
5498 AnyErrors = true;
5512 AnyErrors = true;
5522 AnyErrors = true
    [all...]
SemaDeclCXX.cpp 5053 bool Sema::SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors,
5068 if (AnyErrors)
5074 BaseAndFieldInfo Info(*this, Constructor, AnyErrors);
5131 } else if (!AnyErrors && !ClassDecl->isAbstract()) {
5158 } else if (!AnyErrors) {
5467 bool AnyErrors) {
5525 SetCtorInitializers(Constructor, AnyErrors, MemInits);
5675 SetCtorInitializers(Constructor, /*AnyErrors=*/false);
13104 if (SetCtorInitializers(Constructor, /*AnyErrors=*/false)) {
13285 if (SetCtorInitializers(Constructor, /*AnyErrors*/false, Inits))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 3502 bool AnyErrors = false;
3516 AnyErrors = true;
3540 AnyErrors);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6985 bool SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors,
7058 bool AnyErrors);

Completed in 50 milliseconds