Searched refs:getCommonDeclChecked (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 13566 static T *getCommonDeclChecked(T *X, T *Y) { in getCommonDeclChecked() function 13733 R = NestedNameSpecifier::Create(Ctx, P, ::getCommonDeclChecked(A1, A2)); in getCommonNNS() 13739 R = NestedNameSpecifier::Create(Ctx, P, ::getCommonDeclChecked(N1, N2)); in getCommonNNS() 14009 getCommonDeclChecked(AX->getTypeConstraintConcept(), in getCommonNonSugarTypeNode() 14204 getCommonDeclChecked(IX->getDecl(), IY->getDecl()), in getCommonNonSugarTypeNode()
|