reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 2407       LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl());
 2411     if (R.isAmbiguous())
 2417     if (R.empty()) {
 2421       LookupQualifiedName(R, Context.getTranslationUnitDecl());
 2424     if (getLangOpts().OpenCLCPlusPlus && R.empty()) {
 2433     assert(!R.empty() && "implicitly declared allocation functions not found");
 2434     assert(!R.isAmbiguous() && "global allocation functions are ambiguous");
 2437     R.suppressDiagnostics();
 2439     if (resolveAllocationOverload(*this, R, Range, AllocArgs, PassAlignment,