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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicReader.h 230 esi.SourceDecl = asImpl().readFunctionDeclRef();
233 esi.SourceDecl = asImpl().readFunctionDeclRef();
AbstractBasicWriter.h 215 asImpl().writeDeclRef(esi.SourceDecl);
218 asImpl().writeDeclRef(esi.SourceDecl);
Type.h 3956 FunctionDecl *SourceDecl = nullptr;
4156 Result.SourceDecl = getExceptionSpecDecl();
4159 Result.SourceDecl = getExceptionSpecDecl();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTMerger.cpp 533 for (const Decl *SourceDecl : SourceDC.get()->decls()) {
534 if (IsKindWeWant(SourceDecl->getKind())) {
535 auto ImportedDeclOrErr = Forward.Import(SourceDecl);
Type.cpp 3215 slot[0] = epi.ExceptionSpec.SourceDecl;
3223 slot[0] = epi.ExceptionSpec.SourceDecl;
3364 ID.AddPointer(epi.ExceptionSpec.SourceDecl->getCanonicalDecl());
TextNodeDumper.cpp 1611 OS << " noexcept-unevaluated " << EPI.ExceptionSpec.SourceDecl;
ASTImporter.cpp 1273 ToEPI.ExceptionSpec.SourceDecl =
1274 importChecked(Err, FromEPI.ExceptionSpec.SourceDecl);
3375 if (FromEPI.ExceptionSpec.SourceDecl ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 214 FunctionDecl *SourceDecl = FPT->getExceptionSpecDecl();
216 SourceDecl->getType()->castAs<FunctionProtoType>();
224 EvaluateImplicitExceptionSpec(Loc, SourceDecl);
226 InstantiateExceptionSpec(Loc, SourceDecl);
229 SourceDecl->getType()->castAs<FunctionProtoType>();
SemaDeclCXX.cpp 7264 EPI.ExceptionSpec.SourceDecl = MD;
7469 EPI.ExceptionSpec.SourceDecl = MD;
8566 EPI.ExceptionSpec.SourceDecl = FD;
13179 EPI.ExceptionSpec.SourceDecl = DerivedCtor;
13492 EPI.ExceptionSpec.SourceDecl = Destructor;
SemaTemplateInstantiateDecl.cpp 4545 EPI.ExceptionSpec.SourceDecl = New;

Completed in 95 milliseconds