Home
last modified time | relevance | path

Searched refs:Convs (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DDeclCXX.cpp1257 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext()); in removeConversion() local
1258 for (unsigned I = 0, E = Convs.size(); I != E; ++I) { in removeConversion()
1259 if (Convs[I].getDecl() == ConvDecl) { in removeConversion()
1260 Convs.erase(I); in removeConversion()
1261 assert(std::find(Convs.begin(), Convs.end(), ConvDecl) == Convs.end() in removeConversion()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1290 CallingConv Convs[] = { in repeatForLambdaConversionFunctionCallingConvs() local
1293 llvm::sort(Convs); in repeatForLambdaConversionFunctionCallingConvs()
1295 std::begin(Convs), std::unique(std::begin(Convs), std::end(Convs))); in repeatForLambdaConversionFunctionCallingConvs()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp1748 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext()); in removeConversion() local
1749 for (unsigned I = 0, E = Convs.size(); I != E; ++I) { in removeConversion()
1750 if (Convs[I].getDecl() == ConvDecl) { in removeConversion()
1751 Convs.erase(I); in removeConversion()
1752 assert(llvm::find(Convs, ConvDecl) == Convs.end() && in removeConversion()