Searched refs:CalledDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 151 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() function in Sema::ImplicitExceptionSpecification 8995 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 9007 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 9026 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 9065 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec() 9079 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeInheritingCtorExceptionSpec() 9430 ExceptSpec.CalledDecl(B.getLocStart(), in ComputeDefaultedDtorExceptionSpec() 9437 ExceptSpec.CalledDecl(B.getLocStart(), in ComputeDefaultedDtorExceptionSpec() 9445 ExceptSpec.CalledDecl(F->getLocation(), in ComputeDefaultedDtorExceptionSpec() 10123 ExceptSpec.CalledDecl(Base.getLocStart(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4376 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
|